DART
6.7.3
|
#include <Geometry.hpp>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | BoundingBox () |
BoundingBox (const Eigen::Vector3d &min, const Eigen::Vector3d &max) | |
const Eigen::Vector3d & | getMin () const |
const Eigen::Vector3d & | getMax () const |
void | setMin (const Eigen::Vector3d &min) |
void | setMax (const Eigen::Vector3d &max) |
Eigen::Vector3d | computeCenter () const |
Eigen::Vector3d | computeHalfExtents () const |
Eigen::Vector3d | computeFullExtents () const |
Protected Attributes | |
Eigen::Vector3d | mMin |
Eigen::Vector3d | mMax |
dart::math::BoundingBox::BoundingBox | ( | ) |
dart::math::BoundingBox::BoundingBox | ( | const Eigen::Vector3d & | min, |
const Eigen::Vector3d & | max | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |