FQuaternionDivide Method
Divide the divisor by the supplied dividend and return the result in
a new quaternion.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion Divide(
FQuaternion divisor,
FQuaternion dividend
)
Public Shared Function Divide (
divisor As FQuaternion,
dividend As FQuaternion
) As FQuaternion
No code example is currently available or this language may not be supported.
- divisor FQuaternion
-
Reference to the divisor to serve as the base.
- dividend FQuaternion
-
REference to the dividend into which to separate the base.
FQuaternion
Reference to the result of the division, if legitimate values were
provided.