setProjection abstract method

Future setProjection(
  1. Projection projection,
  2. double left,
  3. double right,
  4. double bottom,
  5. double top,
  6. double near,
  7. double far,
)

Implementation

Future setProjection(Projection projection, double left, double right,
    double bottom, double top, double near, double far);