Click or drag to resize

Matrix3By3 Constructor (AngleAxisRotation)

Initializes a new instance from an angle axis rotation.

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

Parameters

rotation
Type: AGI.Foundation.CoordinatesAngleAxisRotation
The angle axis rotation.
See Also