Class IntrSegment2Segment2
  
  
  
  
    Inheritance
    
    IntrSegment2Segment2
   
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class IntrSegment2Segment2
   
  Constructors
  
  
  
  
  IntrSegment2Segment2(Segment2d, Segment2d)
  
  
  Declaration
  
    public IntrSegment2Segment2(Segment2d seg1, Segment2d seg2)
   
  Parameters
  
  Fields
  
  
  
  Parameter0
  
  
  Declaration
  
  Field Value
  
  
  
  Parameter1
  
  
  Declaration
  
  Field Value
  
  
  
  Point0
  
  
  Declaration
  
  Field Value
  
  
  
  Point1
  
  
  Declaration
  
  Field Value
  
  
  
  Quantity
  
  
  Declaration
  
  Field Value
  
  
  
  Result
  
  
  Declaration
  
    public IntersectionResult Result
   
  Field Value
  
  
  
  Type
  
  
  Declaration
  
    public IntersectionType Type
   
  Field Value
  
  Properties
  
  
  
  
  DotThreshold
  
  
  Declaration
  
    public double DotThreshold { get; set; }
   
  Property Value
  
  
  
  
  IntervalThreshold
  
  
  Declaration
  
    public double IntervalThreshold { get; set; }
   
  Property Value
  
  
  
  
  IsSimpleIntersection
  
  
  Declaration
  
    public bool IsSimpleIntersection { get; }
   
  Property Value
  
  
  
  
  Segment1
  
  
  Declaration
  
    public Segment2d Segment1 { get; set; }
   
  Property Value
  
  
  
  
  Segment2
  
  
  Declaration
  
    public Segment2d Segment2 { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  Compute()
  
  
  Declaration
  
    public IntrSegment2Segment2 Compute()
   
  Returns
  
  
  
  
  Find()
  
  
  Declaration
  
  Returns