Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.39.0
GitLab
Giro3D API (v0.39.0)
external
three
LinearInterpolant
Class LinearInterpolant
Hierarchy (
view full
)
Interpolant
LinearInterpolant
Index
Constructors
constructor
Properties
parameter
Positions
result
Buffer
sample
Values
value
Size
Methods
evaluate
interpolate_
Constructors
constructor
new
Linear
Interpolant
(
parameterPositions
,
samplesValues
,
sampleSize
,
resultBuffer
?
)
:
LinearInterpolant
Parameters
parameterPositions
:
any
samplesValues
:
any
sampleSize
:
number
Optional
resultBuffer
:
any
Returns
LinearInterpolant
Properties
parameter
Positions
parameter
Positions
:
any
result
Buffer
result
Buffer
:
any
sample
Values
sample
Values
:
any
value
Size
value
Size
:
number
Methods
evaluate
evaluate
(
time
)
:
any
Parameters
time
:
number
Returns
any
interpolate_
interpolate_
(
i1
,
t0
,
t
,
t1
)
:
any
Parameters
i1
:
number
t0
:
number
t
:
number
t1
:
number
Returns
any
Settings
Member Visibility
Protected
Inherited
External
On This Page
constructor
parameter
Positions
result
Buffer
sample
Values
value
Size
evaluate
interpolate_
Giro3D API (v0.39.0)
Loading...