nn::math::VEC2::operator+= Member Function

Syntax

self_type & operator+=(
     const self_type & rhs
);

Parameters

Name Description
rhs

Return Values

Description

Assigns the values of the added vector.

Revision History

2012/06/26
Initial version.

CONFIDENTIAL