Search
Preparing search index...
The search index is not available
Owlly
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
GLTFCubicSplineInterpolant
Class GLTFCubicSplineInterpolant
Hierarchy
Interpolant
GLTFCubicSplineInterpolant
Index
Constructors
constructor
Properties
after
End_
before
Start_
parameter
Positions
result
Buffer
sample
Values
value
Size
Methods
copy
Sample
Value_
evaluate
interpolate_
Constructors
constructor
new GLTFCubic
Spline
Interpolant
(
parameterPositions
:
any
, sampleValues
:
any
, sampleSize
:
number
, resultBuffer
?:
any
)
:
GLTFCubicSplineInterpolant
Parameters
parameterPositions:
any
sampleValues:
any
sampleSize:
number
Optional
resultBuffer:
any
Returns
GLTFCubicSplineInterpolant
Properties
after
End_
after
End_
:
copySampleValue_
= GLTFCubicSplineInterpolant.prototype.copySampleValue_
before
Start_
before
Start_
:
copySampleValue_
= GLTFCubicSplineInterpolant.prototype.copySampleValue_
parameter
Positions
parameter
Positions
:
any
result
Buffer
result
Buffer
:
any
sample
Values
sample
Values
:
any
value
Size
value
Size
:
number
Methods
copy
Sample
Value_
copy
Sample
Value_
(
index
:
any
)
:
any
Parameters
index:
any
Returns
any
evaluate
evaluate
(
time
:
number
)
:
any
Parameters
time:
number
Returns
any
interpolate_
interpolate_
(
i1
:
any
, t0
:
any
, t
:
any
, t1
:
any
)
:
any
Parameters
i1:
any
t0:
any
t:
any
t1:
any
Returns
any
Globals
GLTFCubic
Spline
Interpolant
constructor
after
End_
before
Start_
parameter
Positions
result
Buffer
sample
Values
value
Size
copy
Sample
Value_
evaluate
interpolate_