FVector3RotateX Method
Return a copy of the caller's vector, rotated on the X-axis.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FVector3 RotateX(
FVector3 vector,
float theta
)
Public Shared Function RotateX (
vector As FVector3,
theta As Single
) As FVector3
No code example is currently available or this language may not be supported.
- vector FVector3
-
Reference to the vector to be rotated.
- theta Single
-
Angle to rotate, in radians.
FVector3
Reference to a new vector representing the caller's value, rotated
by the specified angle, around the universal origin (0, 0).