Click or drag to resize

Matrix3By3 Constructor (ElementaryRotation)

Initializes a new instance representing an elementary rotation about one of the original axes.

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(
	ElementaryRotation rotation
)

Parameters

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