OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inmat
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btSpatialAlgebra.h
268
void transformInverse( const btSymmetricSpatialDyad &
inMat
,
279
outMat.m_topLeftMat = m_rotMat.transpose() * (
inMat
.m_topLeftMat -
inMat
.m_topRightMat * r_cross ) * m_rotMat;
280
outMat.m_topRightMat = m_rotMat.transpose() *
inMat
.m_topRightMat * 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
[
all
...]
/development/perftests/panorama/feature_stab/src/dbreg/
vp_motionmodel.c
97
MATRIX
inmat
,outmat;
local
108
inmat
[i][j]=(double)in->par[k];
110
indet = Det4(
inmat
);
121
mat[m][n] =
inmat
[k][l];
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
vp_motionmodel.c
97
MATRIX
inmat
,outmat;
local
108
inmat
[i][j]=(double)in->par[k];
110
indet = Det4(
inmat
);
121
mat[m][n] =
inmat
[k][l];
/external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.h
278
template <class T> Matrix44<T> addOffset( const Matrix44<T>&
inMat
,
992
addOffset( const Matrix44<T>&
inMat
,
1011
Matrix44<T> X = S * O *
inMat
* ref;
[
all
...]
Completed in 225 milliseconds