TrigGetDestPoint(Single, Single, Single, Single) Method

Return the destination coordinate.

Definition

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

Parameters

centerX  Single
Center x coordinate.
centerY  Single
Center y coordinate.
angle  Single
Angle, in radians.
distance  Single
Line distance.

Return Value

FPoint
Destination coordinate, as a double precision point.

See Also