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