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 * float
Parameters:
float * float
|
|
Full Usage:
BfromRight float * float
Parameters:
float * float
|
|
Full Usage:
Colinear
|
|
Full Usage:
NoIntersection
|
|
Full Usage:
Parallel
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsBfromLeft
Returns: bool
|
|
Full Usage:
this.IsBfromRight
Returns: bool
|
|
Full Usage:
this.IsColinear
Returns: bool
|
|
Full Usage:
this.IsNoIntersection
Returns: bool
|
|
Full Usage:
this.IsParallel
Returns: bool
|
|