Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
#include <ContactFeature.hpp>
Public Types | |
enum | Type : std::uint8_t { e_vertex = 0, e_face = 1 } |
using | index_t = std::uint8_t |
Index type. More... | |
Public Attributes | |
Type | typeA |
The feature type on shape A. More... | |
index_t | indexA |
Feature index on shape A. More... | |
Type | typeB |
The feature type on shape B. More... | |
index_t | indexB |
Feature index on shape B. More... | |
Contact Feature.
The features that intersect to form the contact point.
using box2d::ContactFeature::index_t = std::uint8_t |
Index type.
enum box2d::ContactFeature::Type : std::uint8_t |
index_t box2d::ContactFeature::indexA |
Feature index on shape A.
index_t box2d::ContactFeature::indexB |
Feature index on shape B.
Type box2d::ContactFeature::typeA |
The feature type on shape A.
Type box2d::ContactFeature::typeB |
The feature type on shape B.