| Matrix4InitRotationAxe Method |
Initializes a rotation matrix around a specific axe.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static Matrix4 InitRotationAxe(
Vector3 axe,
float angle
)
public:
static Matrix4 InitRotationAxe(
Vector3 axe,
float angle
)
Parameters
- axe
- Type: Lumiscaphe.Workshop.InteropVector3
The rotation axe. - angle
- Type: SystemSingle
The rotation angle.
Return Value
Type:
Matrix4The rotation matrix around the specific axe.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also