FMatrix3RotateX(FVector3, Single) Method
Rotate the vector by the specified angle and return the new value to
the caller.
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
-
Vector containing the source value to rotate.
- theta Single
-
The angle of rotation to apply to the axis, in radians.
FVector3
New vector containing the rotated coordinates.