Click or drag to resize

AngleAxisRotation Constructor (Double, UnitCartesian)

Initializes a set of AngleAxisRotation coordinates from the provided values.

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(
	double angle,
	UnitCartesian axis
)

Parameters

angle
Type: SystemDouble
The angle of rotation.
axis
Type: AGI.Foundation.CoordinatesUnitCartesian
The unit Cartesian vector representation the axis of rotation.
See Also