Blender
V3.3
|
#include <btMiniSDF.h>
Public Member Functions | |
const btVector3 & | min () const |
const btVector3 & | max () const |
bool | contains (const btVector3 &x) const |
btAlignedBox3d (const btVector3 &mn, const btVector3 &mx) | |
btAlignedBox3d () | |
Public Attributes | |
btVector3 | m_min |
btVector3 | m_max |
Definition at line 13 of file btMiniSDF.h.
Definition at line 33 of file btMiniSDF.h.
|
inline |
Definition at line 39 of file btMiniSDF.h.
Definition at line 28 of file btMiniSDF.h.
References m_max, m_min, TestPointAgainstAabb2(), and x.
Referenced by btMiniSDF::interpolate().
|
inline |
Definition at line 23 of file btMiniSDF.h.
References m_max.
Referenced by btMiniSDF::interpolate().
|
inline |
Definition at line 18 of file btMiniSDF.h.
References m_min.
Referenced by btMiniSDF::interpolate(), and btMiniSDF::subdomain().
btVector3 btAlignedBox3d::m_max |
Definition at line 16 of file btMiniSDF.h.
Referenced by contains(), btSdfCollisionShape::getAabb(), btMiniSDF::interpolate(), btMiniSDF::load(), and max().
btVector3 btAlignedBox3d::m_min |
Definition at line 15 of file btMiniSDF.h.
Referenced by contains(), btSdfCollisionShape::getAabb(), btMiniSDF::interpolate(), btMiniSDF::load(), and min().