menu
flame package
documentation
math.dart
math.dart
dark_mode
light_mode
math
library
Constants
discriminantEpsilon
→ const
double
Properties
randomFallback
→
Random
When you don't care about what
Random
object you have and don't want to create an unnecessary object you can use this pre-created object.
final
Functions
solveCubic
(
double
a
,
double
b
,
double
c
,
double
d
)
→
List
<
double
>
Solves cubic equation
ax³ + bx² + cx + d == 0
.
solveQuadratic
(
double
a
,
double
b
,
double
c
)
→
List
<
double
>
Solves quadratic equation
ax² + bx + c == 0
.
flame package
documentation
math.dart
flame
package
Libraries
cache
camera
collisions
components
debug
devtools
effects
events
experimental
extensions
flame
game
geometry
image_composition
input
layers
layout
math
palette
parallax
particles
rendering
sprite
text
timer
widgets
math library