projectionDepth property

double projectionDepth

The projection depth. Default value is 500.0.

Implementation

double get projectionDepth => _projectionDepth;
void projectionDepth=(double projectionDepth)

Implementation

set projectionDepth(double projectionDepth) {
  _projectionDepth = projectionDepth;
  invalidateTransformMatrix();
}