-------------------------------- -- @module PhysicsShapeEdgeSegment -- @extend PhysicsShape -------------------------------- -- @function [parent=#PhysicsShapeEdgeSegment] getPointB -- @param self -- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2) -------------------------------- -- @function [parent=#PhysicsShapeEdgeSegment] getPointA -- @param self -- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2) -------------------------------- -- @function [parent=#PhysicsShapeEdgeSegment] create -- @param self -- @param #cc.math::Vector2 array -- @param #cc.math::Vector2 array -- @param #cc.PhysicsMaterial physicsmaterial -- @param #float float -- @return PhysicsShapeEdgeSegment#PhysicsShapeEdgeSegment ret (return value: cc.PhysicsShapeEdgeSegment) -------------------------------- -- @function [parent=#PhysicsShapeEdgeSegment] getCenter -- @param self -- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2) return nil