destroy static method

void destroy(
  1. Joint joint
)

Implementation

static void destroy(Joint joint) {
  joint.destructor();
}