Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
Separation finder data. More...
#include <SeparationFinder.hpp>
Public Attributes | |
IndexPair | indexPair |
Index pair. More... | |
Length | distance |
Distance. More... | |
Separation finder data.
Length box2d::SeparationFinder::Data::distance |
Distance.
Distance of separation between vertices indexed by the index-pair.
IndexPair box2d::SeparationFinder::Data::indexPair |
Index pair.
Pair of indices of vertices for which distance is being returned for.
a
index in this pair will be InvalidIndex
for face-A type separarion finders. b
index in this pair will be InvalidIndex
for face-B type separarion finders.