BallAndSocketJoint constructor

BallAndSocketJoint(
  1. JointConfig config
)

Implementation

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