nn::math::MTX44::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 matrix.
operator- ( const self_type & ) Returns the result after matrix subtraction.

Description of operator- ( )

Returns the conjugate of the matrix.

Description of operator- ( const self_type & )

Returns the result after matrix subtraction.


CONFIDENTIAL