libpgplotxx.a (C++ interface to PGPLOT)

◆ operator+()

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

shift coordinate by a vector c

Definition at line 193 of file structs.h.

194  { Tcoor r=(*this); return(r += c); }