Package frc.robot.math.interp2d
Class Interp2d<T>
java.lang.Object
frc.robot.math.interp2d.Interp2d<T>
Interpolate between two independent parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordResult of a query at a point -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInterp2d(T[] data, MulAdd<T> mulAdd, ToDoubleFunction<T> xFunc, ToDoubleFunction<T> yFunc) Create new Interp2d. -
Method Summary
Modifier and TypeMethodDescriptionGet data at a given x,y point
-
Field Details
-
data
-
-
Constructor Details
-
Interp2d
Create new Interp2d.
-
-
Method Details
-
query
Get data at a given x,y point
-