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
/
SegmentAdjuster
Segment
Adjuster
class
SegmentAdjuster
(
val
list
:
MutableList
<
Segment2D
>
)
(
source
)
Members
Constructors
Segment
Adjuster
Link copied to clipboard
constructor
(
list
:
MutableList
<
Segment2D
>
)
Properties
adjustments
Link copied to clipboard
val
adjustments
:
MutableList
<
SegmentOperation
>
list
Link copied to clipboard
val
list
:
MutableList
<
Segment2D
>
Functions
add
Link copied to clipboard
fun
add
(
segment
:
Segment2D
)
fun
add
(
index
:
Int
,
segment
:
Segment2D
)
remove
At
Link copied to clipboard
fun
removeAt
(
index
:
Int
)