All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends

fcl::PolySolver Class Reference

A class solves polynomial degree (1,2,3) equations. More...

#include <intersect.h>

List of all members.


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.

Detailed Description

A class solves polynomial degree (1,2,3) equations.

Definition at line 46 of file intersect.h.


The documentation for this class was generated from the following files: