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