bes
Updated for version 3.17.4
|
#include "BoundingBox.h"
Public Member Functions | |
My2DPoint (const double &xx, const double &yy) | |
My2DPoint (const My2DPoint &p) | |
My2DPoint & | operator= (const My2DPoint &p) |
Public Attributes | |
double | mi_X |
double | mi_Y |
My2DPoint class is used to store the point coordinates.
Definition at line 53 of file BoundingBox.h.