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.utils
/
Equations
Equations
object
Equations
(
source
)
Members
Functions
solve
Cubic
Link copied to clipboard
fun
solveCubic
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
)
:
DoubleArray
fun
solveCubic
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
d
:
Double
,
acc
:
DoubleArray
)
:
Int
solve
Linear
Link copied to clipboard
fun
solveLinear
(
a
:
Double
,
b
:
Double
)
:
DoubleArray
fun
solveLinear
(
a
:
Double
,
b
:
Double
,
acc
:
DoubleArray
)
:
Int
solve
Quadratic
Link copied to clipboard
fun
solveQuadratic
(
a
:
Double
,
b
:
Double
,
c
:
Double
)
:
DoubleArray
fun
solveQuadratic
(
a
:
Double
,
b
:
Double
,
c
:
Double
,
acc
:
DoubleArray
)
:
Int