FVector2Rotate Method
Rotate the caller's point around the origin.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
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 point to be rotated.
- theta Single
-
The angle at which to rotate the point, in radians.
FVector2
Reference to a representation of the caller's point after being
rotated by the specified angle around the origin.