<Code Lib>
2022 Method
Changes 4
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
)

Return Value The new transform. The new transform.

Loading…