SimulatedAnimation

public struct SimulatedAnimation<Value, T>: Animation where Value: VectorConvertible, T: SimulationFunction, Value.VectorType == T.VectorType

An animation that is powered by a simulation function (e.g. a spring or decay function).