770771772773774775776777778779780
final Mat22 K = pool.popMat22(); K.ex.set(k11, k12); K.ey.set(k12, k22); // temp is impulse1 K.solveToOut(C1.negateLocal(), temp); C1.negateLocal(); impulse.x = temp.x; impulse.y = temp.y; impulse.z = 0.0f;
736737738739740741742743744745746
740741742743744745746747748749750