Math.Geometry


Direction2D<'Coordinates> Type

Record fields

Record Field Description

X

Full Usage: X

Field type: float
Field type: float

Y

Full Usage: Y

Field type: float
Field type: float

Instance members

Instance member Description

this.Comparison

Full Usage: this.Comparison

Parameters:
Returns: int
other : Direction2D<'Coordinates>
Returns: int

this.Equals

Full Usage: this.Equals

Parameters:
Returns: bool
other : Direction2D<'Coordinates>
Returns: bool

this.LessThan

Full Usage: this.LessThan

Parameters:
Returns: bool
other : Direction2D<'Coordinates>
Returns: bool

Static members

Static member Description

Direction2D.xy x y

Full Usage: Direction2D.xy x y

Parameters:
    x : float
    y : float

Returns: Direction2D<'Coordinates> option
x : float
y : float
Returns: Direction2D<'Coordinates> option