A spatial [3x3] rotation matrix defining a counterclockwise rotation around the global X-axis.
Namespace:
ceometric.VectorGeometry
Assembly:
ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function RotationXAxis ( _
radian As Double _
) As Matrix3d |
Parameters
- radian
- Type: System..::.Double
The angle in [radian] to rotate counterclockwise around the global X axis.
Return Value
Returns a matrix defining a counterclockwise rotation around the global X-axis.
See Also