FQuaternionFromXRotation Method
Create and return a new quaternion from a single X rotation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion FromXRotation(
float angle
)
Public Shared Function FromXRotation (
angle As Single
) As FQuaternion
No code example is currently available or this language may not be supported.
- angle Single
-
The angle, in radians, at which to rotate on the X axis.
FQuaternion
Reference to a newly created quaternion where the X axis is rotated
by the specified angle.