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-panel
/
org.openrndr.panel.elements
/
Envelope
Envelope
class
Envelope
(
constant
:
Double
=
0.5
)
(
source
)
Members
Constructors
Envelope
Link copied to clipboard
constructor
(
constant
:
Double
=
0.5
)
Types
Envelope
Changed
Event
Link copied to clipboard
class
EnvelopeChangedEvent
(
val
envelope
:
Envelope
)
Events
Link copied to clipboard
class
Events
Properties
active
Point
Link copied to clipboard
var
activePoint
:
Vector2
?
events
Link copied to clipboard
val
events
:
Envelope.Events
offset
Link copied to clipboard
var
offset
:
Double
points
Link copied to clipboard
val
points
:
MutableList
<
Vector2
>
Functions
find
Nearest
Point
Link copied to clipboard
fun
findNearestPoint
(
v
:
Vector2
)
:
Vector2
?
insert
Point
Link copied to clipboard
fun
insertPoint
(
v
:
Vector2
)
remove
Point
Link copied to clipboard
fun
removePoint
(
v
:
Vector2
)
update
Point
Link copied to clipboard
fun
updatePoint
(
old
:
Vector2
,
new
:
Vector2
)
value
Link copied to clipboard
fun
value
(
t
:
Double
)
:
Double