Public Member Functions | |
Moment () | |
~Moment () | |
bool | operator== (const Moment &moment) const |
bool | equals (const Moment &moment, Real epsilon=consts::epsilon) const throw () |
void | clear () |
void | accumulate (const Moment &b) |
base::Vector3 | meanFromMoment () const |
base::Vector3 | meanFromAccum () const |
base::Matrix3 | covariance () const |
Static Public Member Functions | |
void | computeMoment (Moment &M, const gfx::Vector3 &p, const base::Vector3 &q, const base::Vector3 &r) |
void | computeMoment (base::array< Moment > &M, base::array< gfx::Triangle3 > &tris, Int firstTri, Int numTris) |
Public Attributes | |
Real | A |
base::Vector3 | m |
base::Matrix3 | s |
|
Definition at line 63 of file OBBCollisionModel. References clear(). |
|
Definition at line 64 of file OBBCollisionModel. |
|
|
|
Referenced by Moment(). |
|
|
|
|
|
|
|
Definition at line 75 of file OBBCollisionModel. References base::Matrix3::equals(), base::Vector3::equals(), and base::equals(). |
|
Definition at line 84 of file OBBCollisionModel. |
|
Definition at line 83 of file OBBCollisionModel. |
|
Definition at line 70 of file OBBCollisionModel. |
|
Definition at line 66 of file OBBCollisionModel. Referenced by operator==(). |
|
Definition at line 67 of file OBBCollisionModel. Referenced by operator==(). |
|
Definition at line 68 of file OBBCollisionModel. Referenced by operator==(). |