--------------------------------
-- @module PhysicsJointFixed
-- @extend PhysicsJoint
-- @parent_module cc
--------------------------------
--
-- @function [parent=#PhysicsJointFixed] createConstraints
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
-- Create a fixed joint.
-- param a A is the body to connect.
-- param b B is the body to connect.
-- param anchr It's the pivot position.
-- return A object pointer.
-- @function [parent=#PhysicsJointFixed] construct
-- @param self
-- @param #cc.PhysicsBody a
-- @param #cc.PhysicsBody b
-- @param #vec2_table anchr
-- @return PhysicsJointFixed#PhysicsJointFixed ret (return value: cc.PhysicsJointFixed)
return nil