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