|
Rumba C++ SDK
|
Go to the source code of this file.
Namespaces | |
| Imath | |
Functions | |
| template<class T > | |
| int | Imath::solveLinear (T a, T b, T &x) |
| template<class T > | |
| int | Imath::solveQuadratic (T a, T b, T c, T x[2]) |
| template<class T > | |
| int | Imath::solveNormalizedCubic (T r, T s, T t, T x[3]) |
| template<class T > | |
| int | Imath::solveCubic (T a, T b, T c, T d, T x[3]) |