libpgplotxx.a (C++ interface to PGPLOT)

◆ shift() [2/2]

Trect& pgplot::Trect::shift ( const Trange off)
inline

shift rectangle - uses off.min=dx and off.max=dy

Definition at line 175 of file structs.h.

References pgplot::Trange::max, pgplot::Trange::min, and shift().

176  { this->shift(off.min, off.max); return(*this); }
Trect & shift(const float &dx, const float &dy)
shift rectangle by dx and dy
Definition: structs.h:172
Here is the call graph for this function: