OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_cross
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSpatialAlgebra.h
272
const btMatrix3x3
r_cross
( 0, -m_trnVec[2], m_trnVec[1],
279
outMat.m_topLeftMat = m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat *
r_cross
) * m_rotMat;
281
outMat.m_bottomLeftMat = m_rotMat.transpose() * (
r_cross
* (inMat.m_topLeftMat - inMat.m_topRightMat *
r_cross
) + inMat.m_bottomLeftMat - inMat.m_topLeftMat.transpose() *
r_cross
) * m_rotMat;
285
outMat.m_topLeftMat += m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat *
r_cross
) * m_rotMat;
287
outMat.m_bottomLeftMat += m_rotMat.transpose() * (
r_cross
* (inMat.m_topLeftMat - inMat.m_topRightMat *
r_cross
) + inMat.m_bottomLeftMat - inMat.m_topLeftMat.transpose() *
r_cross
) * m_rotMat;
291
outMat.m_topLeftMat -= m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat *
r_cross
) * m_rotMat
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBody.cpp
1408
btMatrix3x3
r_cross
;
local
[
all
...]
Completed in 687 milliseconds