const diff = this.p2.position.clone().sub(this.p1.position);\r
const currentDist = diff.length();\r
if (currentDist == 0) return;\r
if (currentDist <= this.restDist) return;\r
//const correction = diff.multiplyScalar(1 - (this.restDist / currentDist));\r
const diff = this.p2.position.clone().sub(this.p1.position);\r
const currentDist = diff.length();\r
if (currentDist == 0) return;\r
if (currentDist <= this.restDist) return;\r
//const correction = diff.multiplyScalar(1 - (this.restDist / currentDist));\r