/* ---------------------------------------------------------------------------- * rigidbodytest.cpp * * Copyright (c) 2017 Yann Herklotz Grave -- MIT License * See file LICENSE for more details * ---------------------------------------------------------------------------- */ #include "Physics/particlebody.hpp" #include int main(int, char**) { yage::ParticleBody body; for(int i=0; i<60*3; ++i) { body.update(); std::cout<<"position: "<ideal_position*1.05) return 0; return 1; }