Matrix3x3RotationYDegreePrepend Method |
Prepends a rotation transformation around y 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 RotationYDegreePrepend(
double angleY
)
Parameters
- angleY Double
- The angle in degrees.
See Also