Frustum.copy constructor Null safety
- 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);