TrigGetDestPoint(FPoint, Single, Single) Method

Return the destination coordinate.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint GetDestPoint(
	FPoint center,
	float angle,
	float distance
)

Parameters

center  FPoint
Center coordinates.
angle  Single
The angle of the vector.
distance  Single
The length of the vector.

Return Value

FPoint
The destation point of a vector from a central point, if found. Otherwise, null.

See Also