Click or drag to resize

Matrix4x3RotationXDegreePrepend Method

Prepends a rotation transformation around x axis. The angle is specified in degrees.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void RotationXDegreePrepend(
	double angleX
)

Parameters

angleX  Double
The angle in degrees.
See Also