Postsolve value generated when onContactPostSolve called. More...
#include <CCPhysicsContact.h>
Public Member Functions | |
| float | getRestitution () const |
| Get restitution between two bodies. More... | |
| var | getRestitution () |
| Get restitution between two bodies. More... | |
| local | getRestitution () |
| Get restitution between two bodies. More... | |
| float | getFriction () const |
| Get friction between two bodies. More... | |
| Vec2 | getSurfaceVelocity () const |
| Get surface velocity between two bodies. More... | |
Friends | |
| class | EventListenerPhysicsContact |
Postsolve value generated when onContactPostSolve called.
| float getFriction | ( | ) | const |
Get friction between two bodies.
| var getFriction | ( | ) |
Get friction between two bodies.
| local getFriction | ( | ) |
Get friction between two bodies.
| float getRestitution | ( | ) | const |
Get restitution between two bodies.
| var getRestitution | ( | ) |
Get restitution between two bodies.
| local getRestitution | ( | ) |
Get restitution between two bodies.
| Vec2 getSurfaceVelocity | ( | ) | const |
Get surface velocity between two bodies.
| var getSurfaceVelocity | ( | ) |
Get surface velocity between two bodies.
| local getSurfaceVelocity | ( | ) |
Get surface velocity between two bodies.
|
friend |
|
friend |
|
friend |