Home
last modified time | relevance | path

Searched refs:symmetricSpatialOuterProduct (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtSpatialAlgebra.h307 void symmetricSpatialOuterProduct(const SpatialVectorType &a, const SpatialVectorType &b, btSymmetr… in symmetricSpatialOuterProduct() function
318 btSymmetricSpatialDyad symmetricSpatialOuterProduct(const SpatialVectorType &a, const SpatialVector… in symmetricSpatialOuterProduct() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
DbtMultiBody.cpp986 dyadTemp -= symmetricSpatialOuterProduct(hDof, spatForceVecTemps[dof]); in stepVelocitiesMultiDof()