double projectionDepth

The projection depth. Default value is 500.0.

Source

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

Source

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