2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module PhysicsContactPostSolve
|
2014-07-02 10:15:26 +08:00
|
|
|
-- @parent_module cc
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
2014-08-29 16:12:40 +08:00
|
|
|
-- get friction between two bodies
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#PhysicsContactPostSolve] getFriction
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-08-29 16:12:40 +08:00
|
|
|
-- get surface velocity between two bodies
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#PhysicsContactPostSolve] getSurfaceVelocity
|
|
|
|
-- @param self
|
2014-05-27 14:31:18 +08:00
|
|
|
-- @return vec2_table#vec2_table ret (return value: vec2_table)
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-08-29 16:12:40 +08:00
|
|
|
-- get restitution between two bodies
|
2014-03-10 14:04:58 +08:00
|
|
|
-- @function [parent=#PhysicsContactPostSolve] getRestitution
|
|
|
|
-- @param self
|
|
|
|
-- @return float#float ret (return value: float)
|
|
|
|
|
|
|
|
return nil
|