2027 Method
Changes 5
M

Transform.CreateRotation

Description:
Creates a transform that represents a rotation about the given axis at (0, 0, 0).
public static Transform CreateRotation(
	XYZ axis,
	double angle
)
  • axis
    The rotation axis.
  • Double
    angle
    The angle.
Return Value Transform The new transform.