FMatrix3RotateX(FVector3, Single) Method

Rotate the vector by the specified angle and return the new value to the caller.

Definition

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

Parameters

vector  FVector3
Vector containing the source value to rotate.
theta  Single
The angle of rotation to apply to the axis, in radians.

Return Value

FVector3
New vector containing the rotated coordinates.

See Also