#include <intersect.h>
Static Public Member Functions | |
| static int | solveLinear (FCL_REAL c[2], FCL_REAL s[1]) |
| Solve a linear equation with coefficients c, return roots s and number of roots. | |
| static int | solveQuadric (FCL_REAL c[3], FCL_REAL s[2]) |
| Solve a quadratic function with coefficients c, return roots s and number of roots. | |
| static int | solveCubic (FCL_REAL c[4], FCL_REAL s[3]) |
| Solve a cubic function with coefficients c, return roots s and number of roots. | |
Definition at line 46 of file intersect.h.