|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contact | |
---|---|
edu.eside.flingbox.physics.collisions |
Uses of Contact in edu.eside.flingbox.physics.collisions |
---|
Methods in edu.eside.flingbox.physics.collisions that return Contact | |
---|---|
Contact[] |
ColliderPolygon.checkContacts(Collider collider)
|
abstract Contact[] |
Collider.checkContacts(Collider collider)
Checks if objects can collide |
Methods in edu.eside.flingbox.physics.collisions with parameters of type Contact | |
---|---|
static void |
ContactSolver.solveCollision(Contact contact)
Computes contacts effects to body's Conditions for a contact solver (I total) = (I total at the end) Vel diference at end = (Vel diference at begin) * e so: (I1 + I2) = (I1f + I2f) (v1f - v2f) = (v1 - v2) * e |
static void |
ContactSolver.solvePenetration(Contact contact)
Keeps bodies outside for other bodies |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |