Searched defs:outVec (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
H A DbtSpatialAlgebra.h179 SpatialVectorType &outVec,
184 outVec.m_topVec = m_rotMat * inVec.m_topVec;
185 outVec.m_bottomVec = -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
189 outVec.m_topVec += m_rotMat * inVec.m_topVec;
190 outVec.m_bottomVec += -m_trnVec.cross(outVec.m_topVec) + m_rotMat * inVec.m_bottomVec;
194 outVec.m_topVec -= m_rotMat * inVec.m_topVec;
195 outVec.m_bottomVec -= -m_trnVec.cross(outVec
178 transform( const SpatialVectorType &inVec, SpatialVectorType &outVec, eOutputOperation outOp = None) argument
201 transformRotationOnly( const SpatialVectorType &inVec, SpatialVectorType &outVec, eOutputOperation outOp = None) argument
224 transformInverse( const SpatialVectorType &inVec, SpatialVectorType &outVec, eOutputOperation outOp = None) argument
246 transformInverseRotationOnly( const SpatialVectorType &inVec, SpatialVectorType &outVec, eOutputOperation outOp = None) argument
[all...]

Completed in 93 milliseconds