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-dnk3
/
org.openrndr.extra.dnk3.gltf
/
QuaternionChannel
Quaternion
Channel
class
QuaternionChannel
(
val
target
:
KMutableProperty0
<
Quaternion
>
,
val
keyframer
:
KeyframerChannelQuaternion
)
:
AnimationChannel
(
source
)
Members
Constructors
Quaternion
Channel
Link copied to clipboard
constructor
(
target
:
KMutableProperty0
<
Quaternion
>
,
keyframer
:
KeyframerChannelQuaternion
)
Properties
duration
Link copied to clipboard
open
override
val
duration
:
Double
keyframer
Link copied to clipboard
val
keyframer
:
KeyframerChannelQuaternion
target
Link copied to clipboard
val
target
:
KMutableProperty0
<
Quaternion
>
Functions
apply
To
Target
Link copied to clipboard
open
override
fun
applyToTarget
(
input
:
Double
)