coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
coal::SaPCollisionManager::SaPAABB Struct Reference

SAP interval for one object. More...

#include <coal/broadphase/broadphase_SaP.h>

Collaboration diagram for coal::SaPCollisionManager::SaPAABB:

Public Attributes

CollisionObjectobj
 object More...
 
EndPointlo
 lower bound end point of the interval More...
 
EndPointhi
 higher bound end point of the interval More...
 
AABB cached
 cached AABB value More...
 

Detailed Description

SAP interval for one object.

Member Data Documentation

◆ cached

AABB coal::SaPCollisionManager::SaPAABB::cached

cached AABB value

◆ hi

EndPoint* coal::SaPCollisionManager::SaPAABB::hi

higher bound end point of the interval

◆ lo

EndPoint* coal::SaPCollisionManager::SaPAABB::lo

lower bound end point of the interval

◆ obj

CollisionObject* coal::SaPCollisionManager::SaPAABB::obj

object


The documentation for this struct was generated from the following file: