Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
Demo3D Namespaces
Demo3D.Common Namespaces
Demo3D.Common
Util Class
Util Methods
DecomposeAngles Method
DecomposeAngles Method (Matrix)
DecomposeAngles Method (Matrix, Vector3)
Util
DecomposeAngles Method (Matrix, Vector3
)
Return the Yaw (Y rotation), Pitch (X rotation), and Roll (Z rotation) Euler angles for the supplied
Matrix
.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
Copy
public
static
void
DecomposeAngles
(
Matrix
m
,
out
Vector3
angles
)
Parameters
m
Type:
Microsoft.DirectX
Matrix
Input
Matrix
.
angles
Type:
Microsoft.DirectX
Vector3
Output
Vector3
passed by reference, containing the X, Y and Z rotations.
See Also
Reference
Util Class
DecomposeAngles Overload
Demo3D.Common Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com