nn::math::VEC4::operator- Member Function

Syntax

self_type operator-() const;

self_type operator-(
     const self_type & rhs
) const;

List of Overloaded Member Functions

operator- ( ) Returns the inverse of the vector.
operator- ( const self_type & ) Returns the vector subtraction result.

Description of operator- ( )

Returns the inverse of the vector.

Description of operator- ( const self_type & )

Returns the vector subtraction result.


CONFIDENTIAL