Transform.CreateRotationAtPoint
Description:
Creates a transform that represents a rotation about the given axis at the specified point.
Creates a transform that represents a rotation about the given axis at the specified point.
-
axisThe rotation axis.
-
angleThe angle.
-
originThe origin point.
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.