Home
last modified time | relevance | path

Searched refs:getInertiaMatrix (Results 1 – 3 of 3) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DRigidBody.hpp105 void getInertiaMatrix(float* inertiaOut) const;
H A DRigidBody.cpp255 void RigidBody::getInertiaMatrix(float* inertiaOut) const in getInertiaMatrix() function in yasim::RigidBody
H A Dyasim-test.cpp178 a->getModel()->getBody()->getInertiaMatrix(SI_inertia); in report()