libpgplotxx.a (C++ interface to PGPLOT)

◆ Trect() [3/4]

pgplot::Trect::Trect ( const Trange thex,
const Trange they 
)
inline

set constructor

Definition at line 141 of file structs.h.

141 : x(thex), y(they) { }
Trange x
coordinate ranges
Definition: structs.h:132
Trange y
Definition: structs.h:132