IndexOutOfBoundsException: Index: 50, Size: 48
in
Programming Questions
•
1 year ago
Index: 50, Size: 48
how is this possible?
- int index = int(random(0, targetEdgeVectors.size()-1 - controlDist));
- end = targetEdgeVectors.get(index);
- endControl = targetEdgeVectors.get(index+controlDist);
1