tile2d
Loading...
Searching...
No Matches
Classes | Enumerations
body.hpp File Reference

Contains different types of rigid bodies aside from TileBody. See tileMap.hpp. More...

#include "math.hpp"

Go to the source code of this file.

Classes

class  WorldBody
 The abstract base class of all Rigid Bodies that defines essential methods and members to be used in t2d::World<> More...
 
class  Body
 Extends the functionality of WorldBody to allow for things such as angular velocity. More...
 
class  BulletBody
 

Enumerations

enum class  BodyType : uint8_t { Tile , Bullet , Invalid }
 

Detailed Description

Contains different types of rigid bodies aside from TileBody. See tileMap.hpp.