Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtSpatialAlgebra.h269 btSymmetricSpatialDyad &outMat,
279outMat.m_topLeftMat = m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat * r_cross …
280 outMat.m_topRightMat = m_rotMat.transpose() * inMat.m_topRightMat * m_rotMat;
281outMat.m_bottomLeftMat = m_rotMat.transpose() * (r_cross * (inMat.m_topLeftMat - inMat.m_topRightM…
285outMat.m_topLeftMat += m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat * r_cross…
286 outMat.m_topRightMat += m_rotMat.transpose() * inMat.m_topRightMat * m_rotMat;
287outMat.m_bottomLeftMat += m_rotMat.transpose() * (r_cross * (inMat.m_topLeftMat - inMat.m_topRight…
291outMat.m_topLeftMat -= m_rotMat.transpose() * ( inMat.m_topLeftMat - inMat.m_topRightMat * r_cross…
292 outMat.m_topRightMat -= m_rotMat.transpose() * inMat.m_topRightMat * m_rotMat;
293outMat.m_bottomLeftMat -= m_rotMat.transpose() * (r_cross * (inMat.m_topLeftMat - inMat.m_topRight…
/external/opencv3/modules/shape/src/
Daff_trans.cpp241 Mat outMat = outPts.getMat(); in applyTransformation() local
243 outMat.at<Point2f>(0,i)=fAffine.at<Point2f>(0,i); in applyTransformation()
Dtps_trans.cpp177 Mat outMat = outPts.getMat(); in applyTransformation() local
181 outMat.at<Point2f>(0,i)=_applyTransformation(shapeReference, pt, tpsParameters); in applyTransformation()