littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
TranslationKey
Translation
Key
open
class
TranslationKey
(
time
:
Float
,
val
translation
:
Vec3f
)
:
AnimationKey
<
TranslationKey
>
Constructors
Functions
Properties
Inheritors
Constructors
Translation
Key
Link copied to clipboard
fun
TranslationKey
(
time
:
Float
,
translation
:
Vec3f
)
Functions
apply
Link copied to clipboard
open
override
fun
apply
(
time
:
Float
,
next
:
TranslationKey
?
,
node
:
AnimationNode
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
interpolation
Link copied to clipboard
var
interpolation
:
AnimationKey.Interpolation
time
Link copied to clipboard
val
time
:
Float
translation
Link copied to clipboard
val
translation
:
Vec3f
Inheritors
CubicTranslationKey
Link copied to clipboard