IMathRotate Method

Rotates a point with Angle in degrees.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static PointD Rotate(
	PointD PointToRotate,
	double Angle
)

Parameters

PointToRotate  PointD
The relevant point.
Angle  Double
The relevant angle in degrees.

Return Value

PointD
The rotated point.

See Also