Loading [MathJax]/extensions/tex2jax.js
coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
coal::IntervalTreeCollisionManager::EndPoint Struct Reference

SAP end point. More...

#include <coal/broadphase/broadphase_interval_tree.h>

Collaboration diagram for coal::IntervalTreeCollisionManager::EndPoint:

Public Member Functions

bool operator< (const EndPoint &p) const
 

Public Attributes

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

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

Scalar coal::IntervalTreeCollisionManager::EndPoint::value

end point value


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