BallAndSocketJoint constructor
BallAndSocketJoint(
- JointConfig config
Implementation
BallAndSocketJoint(JointConfig config ):super(config){
type = JointType.socket;
lc = LinearConstraint(this);
}