FQuaternionFromZRotation Method
Create and return a new quaternion from a single Z rotation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion FromZRotation(
float angle
)
Public Shared Function FromZRotation (
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 Z axis.
FQuaternion
Reference to a newly created quaternion where the Z axis is rotated
by the specified angle.