#include <aarectangle.h>
Collaboration diagram for Boundary::TwoOrderedPoints< T >:

(rl,cl) is the point corner closest to the origin.
Definition at line 30 of file aarectangle.h.
Public Methods | |
| TwoOrderedPoints (const T &xlow=0, const T &ylow=0, const T &xhigh=0, const T &yhigh=0) | |
Public Attributes | |
| T | xl |
| The member data is public since the class is low-level. | |
| T | yl |
| The member data is public since the class is low-level. | |
| T | xh |
| The member data is public since the class is low-level. | |
| T | yh |
| The member data is public since the class is low-level. | |
1.3-rc2