getLocationWithPosIndex method

int getLocationWithPosIndex(
  1. int geomIndex,
  2. int posIndex
)

Implementation

int getLocationWithPosIndex(int geomIndex, int posIndex) {
  return elt[geomIndex]!.get(posIndex);
}