|
coal
3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
|
End point for an interval. More...
#include <coal/broadphase/broadphase_SaP.h>

Public Member Functions | |
| const Vec3s & | getVal () const |
| get the value of the end point More... | |
| Vec3s & | getVal () |
| set the value of the end point More... | |
| CoalScalar | getVal (int i) const |
| CoalScalar & | getVal (int 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.
| Vec3s& coal::SaPCollisionManager::EndPoint::getVal | ( | ) |
set the value of the end point
| const Vec3s& coal::SaPCollisionManager::EndPoint::getVal | ( | ) | const |
get the value of the end point
| CoalScalar& coal::SaPCollisionManager::EndPoint::getVal | ( | int | i | ) |
| CoalScalar coal::SaPCollisionManager::EndPoint::getVal | ( | int | i | ) | const |
| SaPAABB* coal::SaPCollisionManager::EndPoint::aabb |
back pointer to SAP interval
| char coal::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* coal::SaPCollisionManager::EndPoint::next[3] |
the next end point in the end point list
| EndPoint* coal::SaPCollisionManager::EndPoint::prev[3] |
the previous end point in the end point list