coal 3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
Loading...
Searching...
No Matches
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
 
EndPointlo
 lower bound end point of the interval
 
EndPointhi
 higher bound end point of the interval
 
AABB cached
 cached AABB value
 

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: