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
/
Ring2
Ring2
class
Ring2
(
source
)
Members
Constructors
Ring2
Link copied to clipboard
constructor
(
cs
:
Iterable
<
Curve2
>
)
Types
Companion
Link copied to clipboard
object
Companion
Result
Link copied to clipboard
class
Result
Properties
area
Link copied to clipboard
val
area
:
Double
bounds
Link copied to clipboard
val
bounds
:
Box2
curves
Link copied to clipboard
val
curves
:
Array
<
Curve2
>
is
Clockwise
Link copied to clipboard
val
isClockwise
:
Boolean
Functions
region
Link copied to clipboard
fun
region
(
)
:
Region2
test
Link copied to clipboard
fun
test
(
p
:
Vec2
)
:
Ring2.Result
transform
Link copied to clipboard
fun
transform
(
m
:
Matrix3
)
:
Ring2