clone method

Frustum clone()

Implementation

Frustum clone() {
  return Frustum().copy(this);
}