getDepthDelta method

int getDepthDelta()

The depthDelta is the change in depth as an edge is crossed from R to L @return the change in depth as the edge is crossed from R to L

Implementation

int getDepthDelta() {
  return depthDelta;
}