openrndr
0.1.0-dev.1+7ef23c1
openrndr-kartifex
/
org.openrndr.kartifex
Package
org.
openrndr.
kartifex
Types
Functions
Types
Bezier2
Link copied to clipboard
object
Bezier2
Content copied to clipboard
Box
Link copied to clipboard
abstract
class
Box
<
T
:
Vec
<
T
>
,
U
:
Box
<
T
,
U
>
>
Content copied to clipboard
Box2
Link copied to clipboard
class
Box2
:
Box
<
Vec2
,
Box2
>
Content copied to clipboard
Box3
Link copied to clipboard
class
Box3
:
Box
<
Vec3
,
Box3
>
Content copied to clipboard
Box4
Link copied to clipboard
class
Box4
:
Box
<
Vec4
,
Box4
>
Content copied to clipboard
Curve2
Link copied to clipboard
interface
Curve2
Content copied to clipboard
Double
Binary
Operator
Link copied to clipboard
typealias
DoubleBinaryOperator
=
(
Double
,
Double
)
->
Double
Content copied to clipboard
Double
Predicate
Link copied to clipboard
typealias
DoublePredicate
=
(
Double
)
->
Boolean
Content copied to clipboard
Double
Unary
Operator
Link copied to clipboard
typealias
DoubleUnaryOperator
=
(
Double
)
->
Double
Content copied to clipboard
Interval
Link copied to clipboard
class
Interval
(
a
:
Double
,
b
:
Double
)
Content copied to clipboard
Line2
Link copied to clipboard
class
Line2
:
Curve2
Content copied to clipboard
Matrix3
Link copied to clipboard
class
Matrix3
Content copied to clipboard
Matrix4
Link copied to clipboard
class
Matrix4
Content copied to clipboard
Path2
Link copied to clipboard
class
Path2
Content copied to clipboard
Polar2
Link copied to clipboard
class
Polar2
(
val
theta
:
Double
,
val
r
:
Double
)
Content copied to clipboard
Region2
Link copied to clipboard
class
Region2
(
val
rings
:
Array
<
Ring2
>
)
Content copied to clipboard
Ring2
Link copied to clipboard
class
Ring2
Content copied to clipboard
Vec
Link copied to clipboard
interface
Vec
<
T
:
Vec
<
T
>
>
:
Comparable
<
T
>
Content copied to clipboard
Vec1
Link copied to clipboard
class
Vec1
(
val
x
:
Double
)
:
Vec
<
Vec1
>
Content copied to clipboard
Vec2
Link copied to clipboard
class
Vec2
(
val
x
:
Double
,
val
y
:
Double
)
:
Vec
<
Vec2
>
Content copied to clipboard
Vec3
Link copied to clipboard
class
Vec3
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
)
:
Vec
<
Vec3
>
Content copied to clipboard
Vec4
Link copied to clipboard
class
Vec4
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
,
val
w
:
Double
)
:
Vec
<
Vec4
>
Content copied to clipboard
Functions
signum
Link copied to clipboard
fun
signum
(
d
:
Double
)
:
Double
Content copied to clipboard