Matrix3x3RotationXDegreePrepend Method |
Prepends a rotation transformation around x axis. The angle is specified in degrees.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RotationXDegreePrepend(
double angleX
)
Parameters
- angleX Double
- The angle in degrees.
See Also