Search Results for

    Show / Hide Table of Contents

    Class IntrSegment2Segment2

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

    Constructors

    IntrSegment2Segment2(Segment2d, Segment2d)

    Declaration
    public IntrSegment2Segment2(Segment2d seg1, Segment2d seg2)
    Parameters
    Type Name Description
    Segment2d seg1
    Segment2d seg2

    Fields

    Parameter0

    Declaration
    public double Parameter0
    Field Value
    Type Description
    Double

    Parameter1

    Declaration
    public double Parameter1
    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

    DotThreshold

    Declaration
    public double DotThreshold { get; set; }
    Property Value
    Type Description
    Double

    IntervalThreshold

    Declaration
    public double IntervalThreshold { get; set; }
    Property Value
    Type Description
    Double

    IsSimpleIntersection

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

    Segment1

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

    Segment2

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

    Methods

    Compute()

    Declaration
    public IntrSegment2Segment2 Compute()
    Returns
    Type Description
    IntrSegment2Segment2

    Find()

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