Frustum.copy constructor

Frustum.copy(
  1. Frustum other
)

Create a new frustum as a copy of other.

Implementation

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