Creates rotation matrix to rotate an object around X, Y and Z axes.
Namespace:
AForge.MathAssembly: AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- yaw
- Type: System..::.Single
Rotation angle around Y axis in radians.
- pitch
- Type: System..::.Single
Rotation angle around X axis in radians.
- roll
- Type: System..::.Single
Rotation angle around Z axis in radians.
Return Value
Returns rotation matrix to rotate an object around all 3 axes.
Remarks
