Click or drag to resize

AngleAxisRotation Constructor (ElementaryRotation)

Initializes a set of AngleAxisRotation coordinates from the provided ElementaryRotation.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AngleAxisRotation(
	ElementaryRotation rotation
)

Parameters

rotation
Type: AGI.Foundation.CoordinatesElementaryRotation
The elementary rotation.
Exceptions
ExceptionCondition
UnsupportedCaseException Thrown if rotation's Axis property is not an First, Second, or Third.
See Also