A rigid body is a body that can be collided with and can be moved.
Definition Body.hpp:233
A soft body is a body that can have deformations.
Definition Body.hpp:239
A static body is a body that can be collided with, but cannot be moved.
Definition Body.hpp:227
std::unique_ptr< T, Deleter > UPtr
UPtr is a smart pointer that owns and manages another object through a pointer and disposes of that o...
Definition SmartPtr.hpp:28