FVector3RotateY Method

Return a copy of the caller's vector, rotated on the Y-axis.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector3 RotateY(
	FVector3 vector,
	float theta
)

Parameters

vector  FVector3
Reference to the vector to be rotated.
theta  Single
Angle to rotate, in radians.

Return Value

FVector3
Reference to a new vector representing the caller's value, rotated by the specified angle, around the universal origin (0, 0).

See Also