orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-keyframer
/
org.openrndr.extra.keyframer
/
KeyQuaternion
Key
Quaternion
class
KeyQuaternion
(
val
time
:
Double
,
val
value
:
Quaternion
,
val
easing
:
EasingFunction
)
(
source
)
Members
Constructors
Key
Quaternion
Link copied to clipboard
constructor
(
time
:
Double
,
value
:
Quaternion
,
easing
:
EasingFunction
)
Properties
easing
Link copied to clipboard
val
easing
:
EasingFunction
time
Link copied to clipboard
val
time
:
Double
value
Link copied to clipboard
val
value
:
Quaternion