if (i + 1 < this.nPoints()) {
aktRicht = new Vektor2D(this.get(i + 1));
aktRicht.sub(this.get(i));
if (this.get(i).distanz(this.get(i + 1)) >= durchAbst) {
aktRicht.laengeFestlegen(durchAbst);
while (aktAbst < abstaende.get(i + 1)) {
aktV = new Vektor2D(aktV);
aktV.add(aktRicht);
normArr.add(aktV);