Transform.CreateRotation
Description:
Creates a transform that represents a rotation about the given axis at (0, 0, 0).
Creates a transform that represents a rotation about the given axis at (0, 0, 0).
-
axisThe rotation axis.
-
angleThe angle.
Return Value
The new transform.
The new transform.
-
The given value for angle is not finite
-
A non-optional argument was NULL
-
axis has zero length.