force(target:position:velocity:)
Calculates the force upon the spring given a current position, target, and velocity amount of change.
Declaration
func force<V>(target: V, position: V, velocity: V) -> V where V : VectorArithmeticDiscussion
This value is in units of the vector type per second squared.