Frustum.copy constructor

Frustum.copy(Frustum other)

Create a new frustum as a copy of other.

Implementation

factory Frustum.copy(Frustum other) => new Frustum()..copyFrom(other);