A force that moves a thing toward targetPos.
targetPos
const t = Forces.apply(t, Forces.targetForce(targetPos)); Copy
const t = Forces.apply(t, Forces.targetForce(targetPos));
A force that moves a thing toward
targetPos
.