HomeSort by relevance Sort by last modified time
    Searched defs:btPolarDecomposition (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btPolarDecomposition.h 14 class btPolarDecomposition
28 btPolarDecomposition(btScalar tolerance = DEFAULT_TOLERANCE,
61 * btPolarDecomposition::DEFAULT_MAX_ITERATIONS, the algorithm has failed to
btPolarDecomposition.cpp 1 #include "btPolarDecomposition.h"
33 const btScalar btPolarDecomposition::DEFAULT_TOLERANCE = btScalar(0.0001);
34 const unsigned int btPolarDecomposition::DEFAULT_MAX_ITERATIONS = 16;
36 btPolarDecomposition::btPolarDecomposition(btScalar tolerance, unsigned int maxIterations)
42 unsigned int btPolarDecomposition::decompose(const btMatrix3x3& a, btMatrix3x3& u, btMatrix3x3& h) const
89 unsigned int btPolarDecomposition::maxIterations() const
96 static btPolarDecomposition polar;

Completed in 225 milliseconds