MatrixDRotate(Double, Boolean) Method

Rotate matrix with angle.

Definition

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

Parameters

angle  Double
Angle to rotate in degree.
prepend  Boolean
Prepend or append the action?

See Also