Class IntrLine2Line2
Inheritance
IntrLine2Line2
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class IntrLine2Line2
Constructors
IntrLine2Line2(Line2d, Line2d)
Declaration
public IntrLine2Line2(Line2d l1, Line2d l2)
Parameters
Fields
Point
Declaration
Field Value
Quantity
Declaration
Field Value
Result
Declaration
public IntersectionResult Result
Field Value
Segment1Parameter
Declaration
public double Segment1Parameter
Field Value
Segment2Parameter
Declaration
public double Segment2Parameter
Field Value
Type
Declaration
public IntersectionType Type
Field Value
Properties
DotThreshold
Declaration
public double DotThreshold { get; set; }
Property Value
IsSimpleIntersection
Declaration
public bool IsSimpleIntersection { get; }
Property Value
Line1
Declaration
public Line2d Line1 { get; set; }
Property Value
Line2
Declaration
public Line2d Line2 { get; set; }
Property Value
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
Returns
Compute()
Declaration
public IntrLine2Line2 Compute()
Returns
Find()
Declaration
Returns