Search Results for

    Show / Hide Table of Contents

    Struct Triangle3f

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Triangle3f

    Constructors

    Triangle3f(Vector3f, Vector3f, Vector3f)

    Declaration
    public Triangle3f(Vector3f v0, Vector3f v1, Vector3f v2)
    Parameters
    Type Name Description
    Vector3f v0
    Vector3f v1
    Vector3f v2

    Fields

    V0

    Declaration
    public Vector3f V0
    Field Value
    Type Description
    Vector3f

    V1

    Declaration
    public Vector3f V1
    Field Value
    Type Description
    Vector3f

    V2

    Declaration
    public Vector3f V2
    Field Value
    Type Description
    Vector3f

    Properties

    Item[Int32]

    Declaration
    public Vector3f this[int key] { get; set; }
    Parameters
    Type Name Description
    Int32 key
    Property Value
    Type Description
    Vector3f

    Methods

    BarycentricCoords(Vector3f)

    Declaration
    public Vector3f BarycentricCoords(Vector3f point)
    Parameters
    Type Name Description
    Vector3f point
    Returns
    Type Description
    Vector3f

    PointAt(Vector3f)

    Declaration
    public Vector3f PointAt(Vector3f bary)
    Parameters
    Type Name Description
    Vector3f bary
    Returns
    Type Description
    Vector3f

    PointAt(Single, Single, Single)

    Declaration
    public Vector3f PointAt(float bary0, float bary1, float bary2)
    Parameters
    Type Name Description
    Single bary0
    Single bary1
    Single bary2
    Returns
    Type Description
    Vector3f
    In This Article
    Back to top ViRGIS VR GIS