MatrixDRotateAt(Double, PointD, Boolean) Method

Rotate matrix at position with given angle.

Definition

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

Parameters

angle  Double
The angle to rotate at.
center  PointD
Center point to rotate.
prepend  Boolean
Prepend or append?

See Also