Aardvark.Base


CoordinateSystem

Static members

Static memberDescription
FromTo(from, to)
Signature: (from:Info * to:Info) -> Trafo3d

Builds transformation from one coordinate system to another.

FromToLH(from, to)
Signature: (from:Axis * to:Axis) -> Trafo3d
FromToRH(from, to)
Signature: (from:Axis * to:Axis) -> Trafo3d
GetAxisVector(ax)
Signature: ax:Axis -> V3d

Gets the cooresponding vector for a given axis

ToAardvark(scale, hand, up)
Signature: (scale:float * hand:Handedness * up:Axis) -> Trafo3d

Creates a transformation from the specified coordinate system
to the aardvark coordinate system (Meters, Right-Handed, Z-Up).

ToAardvark(from)
Signature: from:Info -> Trafo3d

Creates a transformation from the specified coordinate system
to the aardvark coordinate system (Meters, Right-Handed, Z-Up).

ToAardvark(hand, up)
Signature: (hand:Handedness * up:Axis) -> Trafo3d

Creates a transformation from the specified coordinate system
to the aardvark coordinate system (Meters, Right-Handed, Z-Up).

ToAardvark(up)
Signature: up:Axis -> Trafo3d

Creates a transformation from the specified coordinate system
to the aardvark coordinate system (Meters, Right-Handed, Z-Up).

ToAardvark(hand)
Signature: hand:Handedness -> Trafo3d

Creates a transformation from the specified coordinate system
to the aardvark coordinate system (Meters, Right-Handed, Z-Up).

Fork me on GitHub