mirror of https://github.com/axmolengine/axmol.git
28 lines
801 B
Lua
28 lines
801 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsShapePolygon
|
|
-- @extend PhysicsShape
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapePolygon] getPointsCount
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapePolygon] getPoint
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @return vec2_table#vec2_table ret (return value: vec2_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapePolygon] calculateDefaultMoment
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapePolygon] getCenter
|
|
-- @param self
|
|
-- @return vec2_table#vec2_table ret (return value: vec2_table)
|
|
|
|
return nil
|