Matrix3x3RotationZDegreePrepend Method |
Prepends a rotation transformation around z 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 RotationZDegreePrepend(
double angleZ
)
Parameters
- angleZ Double
- The angle in degrees.
See Also