LineLineRelation Type
A Discriminated Union with the result cases from the first step of a 2D line-line intersection test.
Union cases
| Union case | Description | 
| 
                
              
                  Full Usage: 
                   BfromLeft float * floatParameters: 
 float * float | 
 | 
| 
                
              
                  Full Usage: 
                   BfromRight float * floatParameters: 
 float * float | 
 | 
| 
                
              
                  Full Usage: 
                   Colinear | 
 | 
| 
                
              
                  Full Usage: 
                   NoIntersection | 
 | 
| 
                
              
                  Full Usage: 
                   Parallel | 
 | 
Instance members
| Instance member | Description | 
| 
                
              
                  Full Usage: 
                   this.IsBfromLeftReturns: bool | 
 | 
| 
                
              
                  Full Usage: 
                   this.IsBfromRightReturns: bool | 
 | 
| 
                
              
                  Full Usage: 
                   this.IsColinearReturns: bool | 
 | 
| 
                
              
                  Full Usage: 
                   this.IsNoIntersectionReturns: bool | 
 | 
| 
                
              
                  Full Usage: 
                   this.IsParallelReturns: bool | 
 | 
 Euclid
            Euclid