CubicRotationKey

class CubicRotationKey(time: Float, val rotation: Vec4f, val startTan: Vec4f, val endTan: Vec4f) : RotationKey

Constructors

Link copied to clipboard
fun CubicRotationKey(time: Float, rotation: Vec4f, startTan: Vec4f, endTan: Vec4f)

Functions

Link copied to clipboard
open override fun apply(time: Float, next: RotationKey?, node: AnimationNode)
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Float