playrho::d2::ClipVertex Struct Reference
Clip vertex. More...
#include <Collision.hpp>
Public Attributes | |
| Length2 | v |
| Vertex of edge or polygon. 8-bytes. More... | |
| ContactFeature | cf |
| Contact feature information. 4-bytes. More... | |
Detailed Description
Clip vertex.
Used for computing contact manifolds.
- Note
- This data structure is 12-bytes large (on at least one 64-bit platform).
Definition at line 68 of file Collision.hpp.
Member Data Documentation
◆ v
| Length2 playrho::d2::ClipVertex::v |
Vertex of edge or polygon. 8-bytes.
Definition at line 70 of file Collision.hpp.
◆ cf
| ContactFeature playrho::d2::ClipVertex::cf |
Contact feature information. 4-bytes.
Definition at line 71 of file Collision.hpp.
The documentation for this struct was generated from the following file:
- Collision/Collision.hpp

