FVector2Rotate Method

Rotate the caller's point around the origin.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FVector2 Rotate(
	FVector2 point,
	float theta
)

Parameters

point  FVector2
Reference to the point to be rotated.
theta  Single
The angle at which to rotate the point, in radians.

Return Value

FVector2
Reference to a representation of the caller's point after being rotated by the specified angle around the origin.

See Also