ClanSoft logo
ClanSoft logo

    CL_GPoint::operator-

Syntax

CL_GPoint operator-(const CL_GPoint& q);

Description

friend CL_GPoint operator-(const CL_GPoint& p, const CL_GPoint& q) # return CL_GPoint(p.x - q.x, p.y - q.y); @ /


Back to index



This page was built using the Perceps documentation system.