IMathGetEndPoint Method

This functions is used to calculate the endpoint given a Center Point ,a Radius and an angle.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static PointD GetEndPoint(
	PointD CenterP,
	int Radius,
	double Angle
)

Parameters

CenterP  PointD
Center of arc.
Radius  Int32
The arc radius.
Angle  Double
Angle in degrees.

Return Value

PointD
Point on outline of arc.

See Also