Click or drag to resize

Matrix4x3RotationYDegreePrepend Method

Prepends a rotation transformation around y 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 RotationYDegreePrepend(
	double angleY
)

Parameters

angleY  Double
The angle in degrees.
See Also