openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
openrndr-kartifex
/
org.openrndr.kartifex
/
Path2
Path2
@
JvmRecord
data
class
Path2
(
curves
:
Array
<
Curve2
>
,
bounds
:
Box2
,
val
isRing
:
Boolean
)
(
source
)
Members
Constructors
Path2
Link copied to clipboard
constructor
(
curves
:
Array
<
Curve2
>
,
bounds
:
Box2
,
isRing
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Ring
Link copied to clipboard
val
isRing
:
Boolean
Functions
bounds
Link copied to clipboard
fun
bounds
(
)
:
Box2
curves
Link copied to clipboard
fun
curves
(
)
:
Array
<
Curve2
>
reverse
Link copied to clipboard
fun
reverse
(
)
:
Path2