orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-fcurve
/
org.openrndr.extra.fcurve
/
CompoundFCurve
Compound
FCurve
abstract
class
CompoundFCurve
<
T
>
(
val
compounds
:
List
<
FCurve
?
>
,
val
compoundNames
:
List
<
String
>
)
(
source
)
Inheritors
BooleanFCurve
DoubleFCurve
IntFCurve
Vector2FCurve
Vector3FCurve
Vector4FCurve
RgbFCurve
RgbaFCurve
PolarFCurve
SphericalFCurve
Members
Constructors
Compound
FCurve
Link copied to clipboard
constructor
(
compounds
:
List
<
FCurve
?
>
,
compoundNames
:
List
<
String
>
)
Properties
compound
Names
Link copied to clipboard
val
compoundNames
:
List
<
String
>
compounds
Link copied to clipboard
val
compounds
:
List
<
FCurve
?
>
duration
Link copied to clipboard
val
duration
:
Double
Functions
sampler
Link copied to clipboard
abstract
fun
sampler
(
normalized
:
Boolean
=
false
)
:
(
Double
)
->
T
value
Link copied to clipboard
abstract
fun
value
(
t
:
Double
,
overrides
:
Map
<
String
,
Double
>
?
=
null
)
:
T