clone method

Skeleton clone()

Returns a clone of this Skeleton object.

Implementation

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