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
/
KeyVector3
Key
Vector3
class
KeyVector3
(
val
time
:
Double
,
val
value
:
Vector3
,
val
easing
:
EasingFunction
)
(
source
)
Members
Constructors
Key
Vector3
Link copied to clipboard
constructor
(
time
:
Double
,
value
:
Vector3
,
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
:
Vector3