Searched refs:bottomLeftMat (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
H A DbtSpatialAlgebra.h133 btSymmetricSpatialDyad(const btMatrix3x3 &topLeftMat, const btMatrix3x3 &topRightMat, const btMatrix3x3 &bottomLeftMat) { setMatrix(topLeftMat, topRightMat, bottomLeftMat); } argument
135 void setMatrix(const btMatrix3x3 &topLeftMat, const btMatrix3x3 &topRightMat, const btMatrix3x3 &bottomLeftMat) argument
139 m_bottomLeftMat = bottomLeftMat;
142 void addMatrix(const btMatrix3x3 &topLeftMat, const btMatrix3x3 &topRightMat, const btMatrix3x3 &bottomLeftMat) argument
146 m_bottomLeftMat += bottomLeftMat;

Completed in 51 milliseconds