mirror of https://github.com/axmolengine/axmol.git
32 lines
956 B
Lua
32 lines
956 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module PhysicsShapeCircle
|
||
|
--------------------------------
|
||
|
-- @function [parent=#PhysicsShapeCircle] getRadius
|
||
|
-- @param self
|
||
|
-- @return float#float ret (return value: float)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#PhysicsShapeCircle] create
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #cc.PhysicsMaterial physicsmaterial
|
||
|
-- @param #point_table point
|
||
|
-- @return PhysicsShapeCircle#PhysicsShapeCircle ret (return value: cc.PhysicsShapeCircle)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#PhysicsShapeCircle] calculateArea
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @return float#float ret (return value: float)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#PhysicsShapeCircle] calculateMoment
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #float float
|
||
|
-- @param #point_table point
|
||
|
-- @return float#float ret (return value: float)
|
||
|
|
||
|
return nil
|