|
Saga
Saga Game Engine
|
#include <optional>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | Saga |
| namespace | Saga::Math |
Functions | |
| std::optional< float > | Saga::Math::solvePositiveQuadratic (float a, float b, float c) |
| Solve for the minimum t such that quadratic equation at^2 + bt + c = 0 is satisfied. | |
| std::vector< float > | Saga::Math::solveQuadraticReals (float a, float b, float c) |