updateArcLengths method

dynamic updateArcLengths()
inherited

Implementation

updateArcLengths() {
  needsUpdate = true;
  getLengths(null);
}