3 #include "SimplePhysicsPlatform.h" 7 #include "maths/Rotation.h" 186 std::shared_ptr<Platform> clone()
override;
187 void _clone(std::shared_ptr<Platform> p)
override;
297 void rotate(
double roll,
double pitch,
double yaw);
309 {
return cfg_slowdownFactor * speedMagnitude;}
316 {
return cfg_speedupFactor * speedMagnitude;}
Definition: Rotation.h:80
static const glm::dvec3 up
z : up-down direction
Definition: Directions.h:25