Search Results for

    Show / Hide Table of Contents

    Class IntrSegment2Triangle2

    Inheritance
    Object
    IntrSegment2Triangle2
    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 IntrSegment2Triangle2

    Constructors

    IntrSegment2Triangle2(Segment2d, Triangle2d)

    Declaration
    public IntrSegment2Triangle2(Segment2d s, Triangle2d t)
    Parameters
    Type Name Description
    Segment2d s
    Triangle2d t

    Fields

    Param0

    Declaration
    public double Param0
    Field Value
    Type Description
    Double

    Param1

    Declaration
    public double Param1
    Field Value
    Type Description
    Double

    Point0

    Declaration
    public Vector2d Point0
    Field Value
    Type Description
    Vector2d

    Point1

    Declaration
    public Vector2d Point1
    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

    Segment

    Declaration
    public Segment2d Segment { get; set; }
    Property Value
    Type Description
    Segment2d

    Triangle

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

    Methods

    Compute()

    Declaration
    public IntrSegment2Triangle2 Compute()
    Returns
    Type Description
    IntrSegment2Triangle2

    Find()

    Declaration
    public bool Find()
    Returns
    Type Description
    Boolean
    In This Article
    Back to top ViRGIS VR GIS