Search Results for

    Show / Hide Table of Contents

    Class IntrTriangle2Triangle2

    Inheritance
    Object
    IntrTriangle2Triangle2
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class IntrTriangle2Triangle2

    Constructors

    IntrTriangle2Triangle2(Triangle2d, Triangle2d)

    Declaration
    public IntrTriangle2Triangle2(Triangle2d t0, Triangle2d t1)
    Parameters
    Type Name Description
    Triangle2d t0
    Triangle2d t1

    Fields

    Points

    Declaration
    public Vector2d[] Points
    Field Value
    Type Description
    Vector2d[]

    Quantity

    Declaration
    public int Quantity
    Field Value
    Type Description
    Int32

    Result

    Declaration
    public IntersectionResult Result
    Field Value
    Type Description
    IntersectionResult

    Type

    Declaration
    public IntersectionType Type
    Field Value
    Type Description
    IntersectionType

    Properties

    IsSimpleIntersection

    Declaration
    public bool IsSimpleIntersection { get; }
    Property Value
    Type Description
    Boolean

    Triangle0

    Declaration
    public Triangle2d Triangle0 { get; set; }
    Property Value
    Type Description
    Triangle2d

    Triangle1

    Declaration
    public Triangle2d Triangle1 { get; set; }
    Property Value
    Type Description
    Triangle2d

    Methods

    ClipConvexPolygonAgainstLine(Vector2d, Double, ref Int32, ref Vector2d[])

    Declaration
    public static void ClipConvexPolygonAgainstLine(Vector2d N, double c, ref int quantity, ref Vector2d[] V)
    Parameters
    Type Name Description
    Vector2d N
    Double c
    Int32 quantity
    Vector2d[] V

    Compute()

    Declaration
    public IntrTriangle2Triangle2 Compute()
    Returns
    Type Description
    IntrTriangle2Triangle2

    Find()

    Declaration
    public bool Find()
    Returns
    Type Description
    Boolean

    Test()

    Declaration
    public bool Test()
    Returns
    Type Description
    Boolean

    WhichSide(Triangle2d, Vector2d, Vector2d)

    Declaration
    public static int WhichSide(Triangle2d V, Vector2d P, Vector2d D)
    Parameters
    Type Name Description
    Triangle2d V
    Vector2d P
    Vector2d D
    Returns
    Type Description
    Int32
    In This Article
    Back to top ViRGIS VR GIS