#include <CCFrustum.h>
Public Member Functions | |
AABB (const kmVec3 &min, const kmVec3 &max) | |
~AABB () | |
kmVec3 | getCenter () const |
float | getDimensionX () const |
float | getDimensionY () const |
float | getDimensionZ () const |
kmVec3 | getPositivePoint (const kmVec3 &direction) const |
kmVec3 | getNegativePoint (const kmVec3 &direction) const |
const AABB & | expand (const kmVec3 &point) |
Protected Attributes | |
kmVec3 | _min |
kmVec3 | _max |
AABB | ( | const kmVec3 & | min, |
const kmVec3 & | max | ||
) |
~AABB | ( | ) |
const AABB& expand | ( | const kmVec3 & | point) |
kmVec3 getCenter | ( | ) | const |
float getDimensionX | ( | ) | const |
float getDimensionY | ( | ) | const |
float getDimensionZ | ( | ) | const |
kmVec3 getNegativePoint | ( | const kmVec3 & | direction) | const |
kmVec3 getPositivePoint | ( | const kmVec3 & | direction) | const |
|
protected |
|
protected |