FQuaternionFromEuler Method
Return the reference to a quaternion that has been created from
a vector with Tait-Euler angles.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion FromEuler(
FVector3 euler
)
Public Shared Function FromEuler (
euler As FVector3
) As FQuaternion
No code example is currently available or this language may not be supported.
- euler FVector3
-
Reference to the vector containing the Euler angles.
FQuaternion
Reference to a newly created quaternion representing the supplied
X, Y, and Z rotations, in ZYX order.