MatrixDRotate(Double) Method

Rotate the matrix around the angle. Default is prepend.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Rotate(
	double angle
)

Parameters

angle  Double
Angle to rotate.

See Also