openrndr
0.1.0-dev.1+332c3d9
common
openrndr-shape
/
org.openrndr.shape
/
resample
resample
common
@
JvmName
(
name
=
"resampleList"
)
fun
<
T
:
LinearType
<
T
>
>
resample
(
input
:
List
<
Pair
<
T
,
Double
>
>
,
ts
:
List
<
Double
>
)
:
List
<
Pair
<
T
,
Double
>
>
Content copied to clipboard
fun
<
T1
:
LinearType
<
T1
>
,
T2
:
LinearType
<
T2
>
>
resample
(
input1
:
List
<
Pair
<
T1
,
Double
>
>
,
input2
:
List
<
Pair
<
T2
,
Double
>
>
)
:
List
<
Triple
<
T1
,
T2
,
Double
>
>
Content copied to clipboard
fun
<
T1
:
LinearType
<
T1
>
,
T2
:
LinearType
<
T2
>
,
T3
:
LinearType
<
T3
>
>
resample
(
input1
:
List
<
Pair
<
T1
,
Double
>
>
,
input2
:
List
<
Pair
<
T2
,
Double
>
>
,
input3
:
List
<
Pair
<
T3
,
Double
>
>
)
:
List
<
Quadruple
<
T1
,
T2
,
T3
,
Double
>
>
Content copied to clipboard
Sources
common source
Link copied to clipboard
common source
Link copied to clipboard
common source
Link copied to clipboard