Click or drag to resize

AxesFixedOffset Constructor (Axes, UnitQuaternion)

Initializes a new instance with the specified parameters.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AxesFixedOffset(
	Axes referenceAxes,
	UnitQuaternion offset
)

Parameters

referenceAxes
Type: AGI.Foundation.GeometryAxes
The axes from which this axes is offset.
offset
Type: AGI.Foundation.CoordinatesUnitQuaternion
The offset, specified as a rotation from the referenceAxes.
See Also