|
hpp-fcl
2.4.1
HPP fork of FCL -- The Flexible Collision Library
|
End point for an interval. More...
#include <hpp/fcl/broadphase/broadphase_SaP.h>

Public Member Functions | |
| const Vec3f & | getVal () const |
| get the value of the end point More... | |
| Vec3f & | getVal () |
| set the value of the end point More... | |
| FCL_REAL | getVal (size_t i) const |
| FCL_REAL & | getVal (size_t i) |
Public Attributes | |
| char | minmax |
| tag for whether it is a lower bound or higher bound of an interval, 0 for lo, and 1 for hi More... | |
| SaPAABB * | aabb |
| back pointer to SAP interval More... | |
| EndPoint * | prev [3] |
| the previous end point in the end point list More... | |
| EndPoint * | next [3] |
| the next end point in the end point list More... | |
End point for an interval.
| Vec3f& hpp::fcl::SaPCollisionManager::EndPoint::getVal | ( | ) |
set the value of the end point
| const Vec3f& hpp::fcl::SaPCollisionManager::EndPoint::getVal | ( | ) | const |
get the value of the end point
| FCL_REAL& hpp::fcl::SaPCollisionManager::EndPoint::getVal | ( | size_t | i | ) |
| FCL_REAL hpp::fcl::SaPCollisionManager::EndPoint::getVal | ( | size_t | i | ) | const |
| SaPAABB* hpp::fcl::SaPCollisionManager::EndPoint::aabb |
back pointer to SAP interval
| char hpp::fcl::SaPCollisionManager::EndPoint::minmax |
tag for whether it is a lower bound or higher bound of an interval, 0 for lo, and 1 for hi
| EndPoint* hpp::fcl::SaPCollisionManager::EndPoint::next[3] |
the next end point in the end point list
| EndPoint* hpp::fcl::SaPCollisionManager::EndPoint::prev[3] |
the previous end point in the end point list