TrigGetDestPoint(FVector2, Single, Single) Method

Return the destination coordinate.

Definition

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

Parameters

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

Return Value

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

See Also