Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DPhysicsComponent.java170 float otherMass, Vector2 otherVelocity, Vector2 otherImpulse, in resolveCollision() argument
197 j /= ((collisionNormal.dot(collisionNormal)) * (1 / getMass() + 1 / otherMass)); in resolveCollision()