Search Results for

    Show / Hide Table of Contents

    Struct Triangle2f

    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 Triangle2f

    Constructors

    Triangle2f(Vector2f, Vector2f, Vector2f)

    Declaration
    public Triangle2f(Vector2f v0, Vector2f v1, Vector2f v2)
    Parameters
    Type Name Description
    Vector2f v0
    Vector2f v1
    Vector2f v2

    Fields

    V0

    Declaration
    public Vector2f V0
    Field Value
    Type Description
    Vector2f

    V1

    Declaration
    public Vector2f V1
    Field Value
    Type Description
    Vector2f

    V2

    Declaration
    public Vector2f V2
    Field Value
    Type Description
    Vector2f

    Properties

    Item[Int32]

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

    Methods

    PointAt(Vector3f)

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

    PointAt(Single, Single, Single)

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