openrndr
Toggle table of contents
0.4.5-dev.34+a2dcddc
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-kartifex
/
org.openrndr.kartifex.utils.regions
Package-level
declarations
Types
Functions
Types
Split
Result
Link copied to clipboard
class
SplitResult
(
val
a
:
Region2
,
val
b
:
Region2
,
val
splits
:
Set
<
Vec2
>
)
Functions
difference
Link copied to clipboard
fun
difference
(
a
:
Region2
,
b
:
Region2
)
:
Region2
intersection
Link copied to clipboard
fun
intersection
(
a
:
Region2
,
b
:
Region2
)
:
Region2
split
Link copied to clipboard
fun
split
(
a
:
Region2
,
b
:
Region2
)
:
SplitResult
Splits two regions into parts based on their intersections and unions.
union
Link copied to clipboard
fun
union
(
a
:
Region2
,
b
:
Region2
)
:
Region2