Search Results for

    Show / Hide Table of Contents

    Class IntrLine2Line2

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

    Constructors

    IntrLine2Line2(Line2d, Line2d)

    Declaration
    public IntrLine2Line2(Line2d l1, Line2d l2)
    Parameters
    Type Name Description
    Line2d l1
    Line2d l2

    Fields

    Point

    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

    Segment1Parameter

    Declaration
    public double Segment1Parameter
    Field Value
    Type Description
    Double

    Segment2Parameter

    Declaration
    public double Segment2Parameter
    Field Value
    Type Description
    Double

    Type

    Declaration
    public IntersectionType Type
    Field Value
    Type Description
    IntersectionType

    Properties

    DotThreshold

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

    IsSimpleIntersection

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

    Line1

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

    Line2

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

    Methods

    Classify(Vector2d, Vector2d, Vector2d, Vector2d, Double, ref Vector2d)

    Declaration
    public static IntersectionType Classify(Vector2d P0, Vector2d D0, Vector2d P1, Vector2d D1, double dotThreshold, ref Vector2d s)
    Parameters
    Type Name Description
    Vector2d P0
    Vector2d D0
    Vector2d P1
    Vector2d D1
    Double dotThreshold
    Vector2d s
    Returns
    Type Description
    IntersectionType

    Compute()

    Declaration
    public IntrLine2Line2 Compute()
    Returns
    Type Description
    IntrLine2Line2

    Find()

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