Click or drag to resize

MatrixD2DRotatePrepend Method

Prepends a rotation transformation to the matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void RotatePrepend(
	double w
)

Parameters

w  Double
Rotation angle in degrees.
See Also