MatrixDRotateAt(Double, PointD) 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
)

Parameters

angle  Double
The angle to rotate at.
center  PointD
Center point to rotate.

See Also