setLocation method

void setLocation(
  1. int geomIndex,
  2. int posIndex,
  3. int location
)

Implementation

void setLocation(int geomIndex, int posIndex, int location) {
  elt[geomIndex]!.setLocationWithIndex(posIndex, location);
}