Click or drag to resize

Quaternion Constructor (Matrix3By3)

Initializes a set of Quaternion coordinates from the provided Matrix3By3.

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

Parameters

matrix
Type: AGI.Foundation.CoordinatesMatrix3By3
The 3-by-3 rotation matrix.
See Also