Search Results for

    Show / Hide Table of Contents

    Class IntrLine2Segment2

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

    Constructors

    IntrLine2Segment2(Line2d, Segment2d)

    Declaration
    public IntrLine2Segment2(Line2d line, Segment2d seg)
    Parameters
    Type Name Description
    Line2d line
    Segment2d seg

    Fields

    Parameter

    Parameter along line, only set if Quanityt = 1

    Declaration
    public double Parameter
    Field Value
    Type Description
    Double

    Point

    Point on line, only set if Quantity = 1

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

    Line

    Declaration
    public Line2d Line { get; set; }
    Property Value
    Type Description
    Line2d

    Segment

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

    Methods

    Compute()

    Declaration
    public IntrLine2Segment2 Compute()
    Returns
    Type Description
    IntrLine2Segment2

    Find()

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