TrigGetDestPoint(Single, Single, Single, Single) Method

Return the destination coordinate.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2711.4719
C#
public static FVector2 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

FVector2
Destination coordinate, as a double precision point.

See Also