TrigGetDestPoint(FVector2, Single, Single) Method
Return the destination coordinate.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static FVector2 GetDestPoint(
FVector2 center,
float angle,
float distance
)
Public Shared Function GetDestPoint (
center As FVector2,
angle As Single,
distance As Single
) As FVector2
No code example is currently available or this language may not be supported.
- center FVector2
-
Center coordinates.
- angle Single
-
The angle of the vector.
- distance Single
-
The length of the vector.
FVector2
The destation point of a vector from a central point, if found.
Otherwise, null.