Frustum copy(Frustum frustum) { final planes = this.planes; for (int i = 0; i < 6; i++) { planes[i].copyFrom(frustum.planes[i]); } return this; }