ldpk
|
A simple box class for double precision points in 2d. We will extend this as needed. More...
#include <ldpk_vec2d.h>
Public Types | |
typedef VEC2 | vec2_type |
typedef box< VEC2 > | this_type |
Public Member Functions | |
void | reset () |
const vec2_type & | a () const |
const vec2_type & | b () const |
bool | is_empty () const |
void | extend_x (double x) |
void | extend_y (double y) |
void | extend (int i, double q) |
void | extend (const vec2_type &p) |
this_type & | merge (const this_type &q) |
Friends | |
this_type | merge (const this_type &q, const this_type &r) |
A simple box class for double precision points in 2d. We will extend this as needed.