ZRotationFrame

@Serializable
data class ZRotationFrame(val time: Float, val rotation: ZQuaternion) : ZTimeFrame(source)

Constructors

Link copied to clipboard
constructor(time: Float, rotation: ZQuaternion)

Properties

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