ixfx
    Preparing search index...

    Type Alias ForceFn<T>

    ForceFn: (t: T) => T

    A function that updates values of a thing.

    These can be created using the xxxForce functions, eg attractionForce, accelerationForce, magnitudeForce, velocityForce

    Type Parameters

    Type Declaration

      • (t: T): T
      • Parameters

        Returns T