#include <BoundingBox.h>
float type version of the BoundingBox class
| BoundingBoxf::BoundingBoxf |
( |
| ) |
|
| BoundingBoxf::BoundingBoxf |
( |
const Vector3f & |
min, |
|
|
const Vector3f & |
max |
|
) |
| |
| float BoundingBoxf::boundingSphereRadius |
( |
| ) |
const |
| Vector3f BoundingBoxf::center |
( |
| ) |
const |
| void BoundingBoxf::clear |
( |
| ) |
|
| bool cnoid::BoundingBoxf::empty |
( |
| ) |
const |
|
inline |
| void BoundingBoxf::expandBy |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
| void cnoid::BoundingBoxf::expandBy |
( |
const Vector3f & |
v | ) |
|
|
inline |
| const Vector3f& cnoid::BoundingBoxf::max |
( |
| ) |
const |
|
inline |
| const Vector3f& cnoid::BoundingBoxf::min |
( |
| ) |
const |
|
inline |
| void BoundingBoxf::set |
( |
const Vector3f & |
min, |
|
|
const Vector3f & |
max |
|
) |
| |
| void BoundingBoxf::transform |
( |
const Affine3f & |
T | ) |
|
The documentation for this class was generated from the following files: