area() const | ork::box2< type > | [inline] |
box2() | ork::box2< type > | [inline] |
box2(type xmin, type xmax, type ymin, type ymax) | ork::box2< type > | [inline] |
box2(const vec2< type > &p, const vec2< type > &q) | ork::box2< type > | [inline] |
center() const | ork::box2< type > | [inline] |
contains(const vec2< type > &p) const | ork::box2< type > | [inline] |
contains(const box2< type > &bb) const | ork::box2< type > | [inline] |
distanceTo(vec2< type > a) const | ork::box2< type > | [inline] |
enlarge(type w) const | ork::box2< type > | [inline] |
enlarge(const vec2< type > &p) const | ork::box2< type > | [inline] |
enlarge(const box2 &r) const | ork::box2< type > | [inline] |
height() const | ork::box2< type > | [inline] |
intersects(const box2 &a) const | ork::box2< type > | [inline] |
nearestInnerPoint(vec2< type > a) const | ork::box2< type > | [inline] |
operator!=(const box2 &b) const | ork::box2< type > | [inline] |
operator==(const box2 &b) const | ork::box2< type > | [inline] |
squaredDistanceTo(vec2< type > a) const | ork::box2< type > | [inline] |
width() const | ork::box2< type > | [inline] |
xmax | ork::box2< type > | |
xmin | ork::box2< type > | |
ymax | ork::box2< type > | |
ymin | ork::box2< type > |