Feedforward

fun interface Feedforward

Feedforward is a functional interface for computing feedforward. It is essentially just a Function but named and with example uses.

Inheritors

Functions

Link copied to clipboard
abstract fun compute(position: Double): Double