#include <PhysicsInterface.h>
Definition at line 52 of file PhysicsInterface.h.
◆ ~PhysicsInterface()
virtual mars::interfaces::PhysicsInterface::~PhysicsInterface |
( |
| ) |
|
|
inlinevirtual |
◆ checkCollisions()
virtual int mars::interfaces::PhysicsInterface::checkCollisions |
( |
void |
| ) |
|
|
pure virtual |
◆ existsWorld()
virtual bool mars::interfaces::PhysicsInterface::existsWorld |
( |
void |
| ) |
const |
|
pure virtual |
◆ freeTheWorld()
virtual void mars::interfaces::PhysicsInterface::freeTheWorld |
( |
void |
| ) |
|
|
pure virtual |
◆ getCenterOfMass()
virtual const utils::Vector mars::interfaces::PhysicsInterface::getCenterOfMass |
( |
const std::vector< NodeInterface *> & |
nodes | ) |
const |
|
pure virtual |
◆ getVectorCollision()
◆ initTheWorld()
virtual void mars::interfaces::PhysicsInterface::initTheWorld |
( |
void |
| ) |
|
|
pure virtual |
◆ stepTheWorld()
virtual void mars::interfaces::PhysicsInterface::stepTheWorld |
( |
void |
| ) |
|
|
pure virtual |
◆ draw_contact_points
bool mars::interfaces::PhysicsInterface::draw_contact_points |
◆ fast_step
bool mars::interfaces::PhysicsInterface::fast_step |
◆ ground_cfm
sReal mars::interfaces::PhysicsInterface::ground_cfm |
◆ ground_erp
sReal mars::interfaces::PhysicsInterface::ground_erp |
◆ ground_friction
sReal mars::interfaces::PhysicsInterface::ground_friction |
◆ step_size
sReal mars::interfaces::PhysicsInterface::step_size |
◆ world_cfm
sReal mars::interfaces::PhysicsInterface::world_cfm |
◆ world_erp
sReal mars::interfaces::PhysicsInterface::world_erp |
◆ world_gravity
The documentation for this class was generated from the following file: