FMatrix2Rotate(FVector2, Single) Method
Rotate the 2D vector by a specified angle, in radians.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FVector2 Rotate(
FVector2 point,
float theta
)
Public Shared Function Rotate (
point As FVector2,
theta As Single
) As FVector2
No code example is currently available or this language may not be supported.
- point FVector2
-
Reference to the vector to be rotated.
- theta Single
-
The angle by which to rotate the point, in radians.
FVector2
The rotated point, relative to 0,0.