-------------------------------- -- @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 math::Vector2#math::Vector2 ret (return value: cc.math::Vector2) -------------------------------- -- @function [parent=#PhysicsShapePolygon] calculateDefaultMoment -- @param self -- @return float#float ret (return value: float) -------------------------------- -- @function [parent=#PhysicsShapePolygon] getCenter -- @param self -- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2) return nil