Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
CinderMath.cpp File Reference
#include "cinder/CinderMath.h"
Include dependency graph for CinderMath.cpp:

Namespaces

 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])