Blender
V3.3
|
#include <stdio.h>
#include <cmath>
Go to the source code of this file.
Namespaces | |
libmv | |
Functions | |
template<typename Real > | |
int | libmv::SolveCubicPolynomial (Real a, Real b, Real c, Real *x0, Real *x1, Real *x2) |
template<typename Real > | |
int | libmv::SolveCubicPolynomial (const Real *coeffs, Real *solutions) |