Searched refs:Binv (Results 1 – 1 of 1) sorted by relevance
1546 btMatrix3x3 Binv = m_cachedInertiaTopRight.inverse()*-1.f; in solveImatrix() local1547 btMatrix3x3 tmp = m_cachedInertiaLowerRight * Binv; in solveImatrix()1550 btMatrix3x3 invI_upper_left = (tmp * Binv); in solveImatrix()1556 btMatrix3x3 invI_lower_left = (Binv * tmp); in solveImatrix()1590 btMatrix3x3 Binv = m_cachedInertiaTopRight.inverse()*-1.f; in solveImatrix() local1591 btMatrix3x3 tmp = m_cachedInertiaLowerRight * Binv; in solveImatrix()1594 btMatrix3x3 invI_upper_left = (tmp * Binv); in solveImatrix()1600 btMatrix3x3 invI_lower_left = (Binv * tmp); in solveImatrix()