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.vertex
Package-level
declarations
Types
Types
Contour
Vertex
Link copied to clipboard
@
JvmRecord
data
class
ContourVertex
(
val
contour
:
ShapeContour
,
val
segmentIndex
:
Int
,
val
adjustments
:
List
<
SegmentOperation
>
=
emptyList()
)