nn::math::QUAT::operator- Member Function

Syntax

self_type operator-() const;

self_type operator-(
     const self_type & rhs
) const;

List of Overloaded Member Functions

operator- ( ) Returns the conjugate of the quaternion.
operator- ( const self_type & ) Returns the result after quaternion subtraction.

Description of operator- ( )

Returns the conjugate of the quaternion.

Description of operator- ( const self_type & )

Returns the result after quaternion subtraction.


CONFIDENTIAL