clone method

Skeleton clone()

Implementation

Skeleton clone() {
  return Skeleton(bones, boneInverses);
}