orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-color
/
org.openrndr.extra.color.fettepalette
/
Curve
Curve
interface
Curve
(
source
)
Inheritors
Lamé
Arc
Members
Functions
point
On
Curve
Link copied to clipboard
abstract
fun
pointOnCurve
(
i
:
Double
,
total
:
Double
,
curveAccent
:
Double
,
min
:
Vector2
=
Vector2.ZERO
,
max
:
Vector2
=
Vector2.ZERO
)
:
Vector2
remap
Link copied to clipboard
open
fun
remap
(
v
:
Vector2
,
min
:
Vector2
,
max
:
Vector2
)
:
Vector2