littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
CubicWeightKey
Cubic
Weight
Key
class
CubicWeightKey
(
time
:
Float
,
val
weights
:
FloatArray
,
val
startTan
:
FloatArray
,
val
endTan
:
FloatArray
)
:
WeightKey
Constructors
Functions
Properties
Constructors
Cubic
Weight
Key
Link copied to clipboard
fun
CubicWeightKey
(
time
:
Float
,
weights
:
FloatArray
,
startTan
:
FloatArray
,
endTan
:
FloatArray
)
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
time
:
Float
,
next
:
WeightKey
?
,
node
:
AnimationNode
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
end
Tan
Link copied to clipboard
val
endTan
:
FloatArray
interpolation
Link copied to clipboard
var
interpolation
:
AnimationKey.Interpolation
start
Tan
Link copied to clipboard
val
startTan
:
FloatArray
time
Link copied to clipboard
val
time
:
Float
weights
Link copied to clipboard
val
weights
:
FloatArray