#include <GeometryHandlers.h>

Public Member Functions | |
| BoxHandler (dReal x=1, dReal y=1, dReal z=1) | |
| BoxHandler (graphVec3 v) | |
| virtual EGeomType | type () const |
| void | setSize (graphVec3 v) |
| void | setSize (dReal x, dReal y, dReal z) |
| graphVec3 | getSize () const |
| dReal | getPointDepth (graphVec3 point) |
| virtual GeometryHandler * | clone () const |
Protected Member Functions | |
| virtual dGeomID | create (dSpaceID spaceId) |
Protected Attributes | |
| dReal | x |
| dReal | y |
| dReal | z |
Definition at line 166 of file GeometryHandlers.h.
| Physics::BoxHandler::BoxHandler | ( | dReal | x = 1, |
|
| dReal | y = 1, |
|||
| dReal | z = 1 | |||
| ) | [inline] |
Definition at line 168 of file GeometryHandlers.h.
| Physics::BoxHandler::BoxHandler | ( | graphVec3 | v | ) | [inline] |
Definition at line 169 of file GeometryHandlers.h.
| virtual GeometryHandler* Physics::BoxHandler::clone | ( | ) | const [inline, virtual] |
| virtual dGeomID Physics::BoxHandler::create | ( | dSpaceID | spaceId | ) | [inline, protected, virtual] |
| dReal Physics::BoxHandler::getPointDepth | ( | graphVec3 | point | ) | [inline] |
| graphVec3 Physics::BoxHandler::getSize | ( | ) | const [inline] |
Definition at line 180 of file GeometryHandlers.h.
References graphVec3, and Physics::toGraphVec3().
| void Physics::BoxHandler::setSize | ( | dReal | x, | |
| dReal | y, | |||
| dReal | z | |||
| ) | [inline] |
Definition at line 173 of file GeometryHandlers.h.
| void Physics::BoxHandler::setSize | ( | graphVec3 | v | ) | [inline] |
| virtual EGeomType Physics::BoxHandler::type | ( | ) | const [inline, virtual] |
dReal Physics::BoxHandler::x [protected] |
Definition at line 187 of file GeometryHandlers.h.
dReal Physics::BoxHandler::y [protected] |
Definition at line 187 of file GeometryHandlers.h.
dReal Physics::BoxHandler::z [protected] |
Definition at line 187 of file GeometryHandlers.h.
1.5.9