Search Results for

    Show / Hide Table of Contents

    Struct Triangle2d

    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 Triangle2d

    Constructors

    Triangle2d(Vector2d, Vector2d, Vector2d)

    Declaration
    public Triangle2d(Vector2d v0, Vector2d v1, Vector2d v2)
    Parameters
    Type Name Description
    Vector2d v0
    Vector2d v1
    Vector2d v2

    Fields

    V0

    Declaration
    public Vector2d V0
    Field Value
    Type Description
    Vector2d

    V1

    Declaration
    public Vector2d V1
    Field Value
    Type Description
    Vector2d

    V2

    Declaration
    public Vector2d V2
    Field Value
    Type Description
    Vector2d

    Properties

    Item[Int32]

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

    Methods

    PointAt(Vector3d)

    Declaration
    public Vector2d PointAt(Vector3d bary)
    Parameters
    Type Name Description
    Vector3d bary
    Returns
    Type Description
    Vector2d

    PointAt(Double, Double, Double)

    Declaration
    public Vector2d PointAt(double bary0, double bary1, double bary2)
    Parameters
    Type Name Description
    Double bary0
    Double bary1
    Double bary2
    Returns
    Type Description
    Vector2d

    Operators

    Explicit(Triangle2d to Triangle2f)

    Declaration
    public static explicit operator Triangle2f(Triangle2d v)
    Parameters
    Type Name Description
    Triangle2d v
    Returns
    Type Description
    Triangle2f

    Implicit(Triangle2f to Triangle2d)

    Declaration
    public static implicit operator Triangle2d(Triangle2f v)
    Parameters
    Type Name Description
    Triangle2f v
    Returns
    Type Description
    Triangle2d
    In This Article
    Back to top ViRGIS VR GIS