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.2.419.0 (24.2.419.0)
Syntax public Matrix3By3(
AngleAxisRotation rotation
)
Public Sub New (
rotation As AngleAxisRotation
)
public:
Matrix3By3(
AngleAxisRotation rotation
)
new :
rotation : AngleAxisRotation -> Matrix3By3
Parameters
- rotation
- Type: AGI.Foundation.CoordinatesAngleAxisRotation
The angle axis rotation.
See Also