libpgplotxx.a (C++ interface to PGPLOT)

◆ operator*=()

Trect& pgplot::Trect::operator*= ( const Trect rect)
inline

scale relative to other rect (for viewport calculations)

Definition at line 178 of file structs.h.

References x, and y.

179  { x*=rect.x; y*=rect.y; return(*this); }
Trange x
coordinate ranges
Definition: structs.h:132
Trange y
Definition: structs.h:132