CubicCartesianData Class Reference
This class represents an equation of a cubic in the form (in homogeneous coordinates, ), . More...Public Member Functions | |
CubicCartesianData (double a000, double a001, double a002, double a011, double a012, double a022, double a111, double a112, double a122, double a222) | |
Constructor. | |
bool | valid () const |
Return whether this is a valid CubicCartesianData. | |
Static Public Member Functions | |
static CubicCartesianData | invalidData () |
Create an invalid CubicCartesianData. |
Detailed Description
This class represents an equation of a cubic in the form (in homogeneous coordinates, ), .The coefficients are stored in lessicografic order.
Constructor & Destructor Documentation
|
Constructor. Construct a new CubicCartesianData, with the given values as coeffs. |
Member Function Documentation
|
Create an invalid CubicCartesianData. This is a special state of a CubicCartesianData that signals that something went wrong..
|
|
Return whether this is a valid CubicCartesianData.
|