karto::BoundingBox2 Class Reference
#include <Karto.h>
List of all members.
Detailed Description
Defines a bounding box in 2-dimensional real space.
Definition at line 2649 of file Karto.h.
Constructor & Destructor Documentation
karto::BoundingBox2::BoundingBox2 |
( |
|
) |
[inline] |
Member Function Documentation
void karto::BoundingBox2::Add |
( |
const BoundingBox2 & |
rBoundingBox |
) |
[inline] |
Add other bounding box to bounding box
Definition at line 2716 of file Karto.h.
Add vector to bounding box
Definition at line 2707 of file Karto.h.
Get bounding box maximum
Definition at line 2681 of file Karto.h.
Get bounding box minimum
Definition at line 2665 of file Karto.h.
Get the size of the bounding box
Definition at line 2697 of file Karto.h.
Whether the given point is in the bounds of this box
- Parameters:
-
- Returns:
- in bounds?
Definition at line 2727 of file Karto.h.
void karto::BoundingBox2::SetMaximum |
( |
const Vector2< kt_double > & |
rMaximum |
) |
[inline] |
Set bounding box maximum
Definition at line 2689 of file Karto.h.
void karto::BoundingBox2::SetMinimum |
( |
const Vector2< kt_double > & |
mMinimum |
) |
[inline] |
Set bounding box minimum
Definition at line 2673 of file Karto.h.
Member Data Documentation
The documentation for this class was generated from the following file: