568569570571572573574575576577578
final VectorXZ coord = vertices.get(i); /* update accumulated wall length */ if (i > 0) { accumulatedLength += coord.distanceTo(vertices.get(i-1)); } /* add wall vectors */ final VectorXYZ upperVector = coord.xyz(roof.getRoofEleAt(coord));