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 function that can be applied to a thing to set its acceleration based on the target position
A force that moves a thing toward
targetPos.