Frustum.copy constructor
Create a new frustum as a copy of other
.
Implementation
factory Frustum.copy(Frustum other) => new Frustum()..copyFrom(other);
Create a new frustum as a copy of other
.
factory Frustum.copy(Frustum other) => new Frustum()..copyFrom(other);