ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Build a rotation matrix from the specified axis/angle rotation.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
Parameters
- axis
- Type: ILNumerics.DrawingVector3
The axis to rotate about. - angle
- Type: SystemDouble
Angle in radians to rotate counter-clockwise (looking in the direction of the given axis).
Return Value
Type: Matrix4Remarks
[ILNumerics Visualization Engine]
See Also