littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g3d.model
/
CubicRotationKey
Cubic
Rotation
Key
class
CubicRotationKey
(
time
:
Float
,
val
rotation
:
Vec4f
,
val
startTan
:
Vec4f
,
val
endTan
:
Vec4f
)
:
RotationKey
Constructors
Functions
Properties
Constructors
Cubic
Rotation
Key
Link copied to clipboard
fun
CubicRotationKey
(
time
:
Float
,
rotation
:
Vec4f
,
startTan
:
Vec4f
,
endTan
:
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
end
Tan
Link copied to clipboard
val
endTan
:
Vec4f
interpolation
Link copied to clipboard
var
interpolation
:
AnimationKey.Interpolation
rotation
Link copied to clipboard
val
rotation
:
Vec4f
start
Tan
Link copied to clipboard
val
startTan
:
Vec4f
time
Link copied to clipboard
val
time
:
Float