coal 3.0.2
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
Loading...
Searching...
No Matches
coal::IntervalTreeCollisionManager::EndPoint Struct Reference

SAP end point. More...

#include <coal/broadphase/broadphase_interval_tree.h>

Public Member Functions

bool operator< (const EndPoint &p) const

Public Attributes

CollisionObjectobj
 object related with the end point
CoalScalar value
 end point value
char minmax
 tag for whether it is a lower bound or higher bound of an interval, 0 for lo, and 1 for hi

Detailed Description

SAP end point.

SAP end point

Member Function Documentation

◆ operator<()

bool coal::IntervalTreeCollisionManager::EndPoint::operator<(const EndPoint &p)const

Member Data Documentation

◆ minmax

char coal::IntervalTreeCollisionManager::EndPoint::minmax

tag for whether it is a lower bound or higher bound of an interval, 0 for lo, and 1 for hi

◆ obj

CollisionObject* coal::IntervalTreeCollisionManager::EndPoint::obj

object related with the end point

◆ value

CoalScalar coal::IntervalTreeCollisionManager::EndPoint::value

end point value


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