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
/
Region2
Region2
class
Region2
(
val
rings
:
Array
<
Ring2
>
)
(
source
)
Members
Constructors
Region2
Link copied to clipboard
constructor
(
rings
:
Iterable
<
Ring2
>
)
constructor
(
rings
:
Array
<
Ring2
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bounds
Link copied to clipboard
val
bounds
:
Box2
rings
Link copied to clipboard
val
rings
:
Array
<
Ring2
>
Functions
contains
Link copied to clipboard
operator
fun
contains
(
p
:
Vec2
)
:
Boolean
difference
Link copied to clipboard
fun
difference
(
region
:
Region2
)
:
Region2
intersection
Link copied to clipboard
fun
intersection
(
region
:
Region2
)
:
Region2
test
Link copied to clipboard
fun
test
(
p
:
Vec2
)
:
Ring2.Result
transform
Link copied to clipboard
fun
transform
(
m
:
Matrix3
)
:
Region2
union
Link copied to clipboard
fun
union
(
region
:
Region2
)
:
Region2