getDelta method

int getDelta(
  1. int geomIndex
)

Implementation

int getDelta(int geomIndex) {
  return depth[geomIndex][Position.RIGHT] - depth[geomIndex][Position.LEFT];
}