-------------------------------- -- @module PhysicsShapeEdgeSegment -------------------------------- -- @function [parent=#PhysicsShapeEdgeSegment] getPointB -- @param self -- @return point_table#point_table ret (return value: point_table) -------------------------------- -- @function [parent=#PhysicsShapeEdgeSegment] getPointA -- @param self -- @return point_table#point_table ret (return value: point_table) -------------------------------- -- @function [parent=#PhysicsShapeEdgeSegment] create -- @param self -- @param #point_table point -- @param #point_table point -- @param #cc.PhysicsMaterial physicsmaterial -- @param #float float -- @return PhysicsShapeEdgeSegment#PhysicsShapeEdgeSegment ret (return value: cc.PhysicsShapeEdgeSegment) return nil