libpgplotxx.a (C++ interface to PGPLOT)

◆ operator+=()

Tcoor& pgplot::Tcoor::operator+= ( const Tcoor c)
inline

Definition at line 190 of file structs.h.

191  { this->x+=c.x; this->y+=c.y; return(*this); }
float y
y-coordinate shift coordinate by a vector c
Definition: structs.h:188
float x
x-coordinate
Definition: structs.h:187