FQuaternionConjugate Method
Return the conjugate of the quaternion, which is to say the negation
of the imaginary parts only.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion Conjugate(
FQuaternion quaternion
)
Public Shared Function Conjugate (
quaternion As FQuaternion
) As FQuaternion
No code example is currently available or this language may not be supported.
- quaternion FQuaternion
-
Reference to the quaternion to conjugate.
FQuaternion
Reference to the conjugated form of the caller's quaternion, where
only the imaginary parts have been negated, if valid.