20 #ifndef ANTKEEPER_PHYSICS_COLLISION_MANIFOLD_HPP
21 #define ANTKEEPER_PHYSICS_COLLISION_MANIFOLD_HPP
35 template <std::u
int8_t N>
Collection of contact points between two colliding bodies.
rigid_body * body_b
Second colliding body.
std::array< collision_contact, N > contacts
Set of contact points between body a and body b.
std::uint8_t contact_count
Number of contact points between body a and body b.
rigid_body * body_a
First colliding body.