hAPI Fisica
0.1
The hAPI Fisica physics engine expands Richard Marxer's fisica for Processing. The engine wraps the jbox2d physics engine for use with the Haply Development kit and the Hapkit.
|
This is the complete list of members for FContact, including all inherited members.
contains(String n1, String n2) | FContact | |
contains(FBody n1, FBody n2) | FContact | |
contains(String n1) | FContact | |
contains(FBody n1) | FContact | |
FContact(ContactPoint contactPoint) (defined in FContact) | FContact | protected |
getBody1() | FContact | |
getBody2() | FContact | |
getFriction() | FContact | |
getId() | FContact | |
getNormalX() | FContact | |
getNormalY() | FContact | |
getRestitution() | FContact | |
getSeparation() | FContact | |
getVelocityX() | FContact | |
getVelocityY() | FContact | |
getX() | FContact | |
getY() | FContact | |
m_body1 (defined in FContact) | FContact | protected |
m_body2 (defined in FContact) | FContact | protected |
m_friction (defined in FContact) | FContact | protected |
m_id (defined in FContact) | FContact | protected |
m_normal (defined in FContact) | FContact | protected |
m_position (defined in FContact) | FContact | protected |
m_restitution (defined in FContact) | FContact | protected |
m_separation (defined in FContact) | FContact | protected |
m_velocity (defined in FContact) | FContact | protected |