Header menu logo Euclid

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

BfromLeft float * float

Full Usage: BfromLeft float * float

Parameters:
    Item : float * float

Item : float * float

BfromRight float * float

Full Usage: BfromRight float * float

Parameters:
    Item : float * float

Item : float * float

Colinear

Full Usage: Colinear

NoIntersection

Full Usage: NoIntersection

Parallel

Full Usage: Parallel

Instance members

Instance member Description

this.IsBfromLeft

Full Usage: this.IsBfromLeft

Returns: bool
Returns: bool

this.IsBfromRight

Full Usage: this.IsBfromRight

Returns: bool
Returns: bool

this.IsColinear

Full Usage: this.IsColinear

Returns: bool
Returns: bool

this.IsNoIntersection

Full Usage: this.IsNoIntersection

Returns: bool
Returns: bool

this.IsParallel

Full Usage: this.IsParallel

Returns: bool
Returns: bool

Type something to start searching.