src/cinder/CinderMath.cpp File Reference

Namespaces

namespace  cinder

Functions

template<typename T >
int cinder::solveCubic (T a, T b, T c, T d, T result[3])
template int cinder::solveCubic (float a, float b, float c, float d, float result[3])
template int cinder::solveCubic (double a, double b, double c, double d, double result[3])