openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
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
vertices
Link copied to clipboard
fun
vertices
(
error
:
Double
)
:
Iterable
<
Vec2
>