NextFTC Suite
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextControl
/
dev.nextftc.control.util
/
InterpolatingMap2D
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
bilinear
Link copied to clipboard
@
JvmStatic
fun
bilinear
(
)
:
InterpolatingMap2D
@
JvmStatic
fun
bilinear
(
xKeys
:
List
<
Double
>
,
yKeys
:
List
<
Double
>
,
values
:
List
<
List
<
Double
>
>
)
:
InterpolatingMap2D
Creates a map with bilinear interpolation initialized with given grid data.