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-shapes
/
org.openrndr.extra.shapes.adjust
/
SegmentOperation
Segment
Operation
sealed
interface
SegmentOperation
(
source
)
Inheritors
Remove
Insert
Members
Types
Insert
Link copied to clipboard
@
JvmRecord
data
class
Insert
(
val
index
:
Int
,
val
amount
:
Int
)
:
SegmentOperation
Remove
Link copied to clipboard
@
JvmRecord
data
class
Remove
(
val
index
:
Int
,
val
amount
:
Int
)
:
SegmentOperation