|
clipper
|
| BezierClip< Numeric > | Implements the BezierClip algorithm |
| DegreeInterpolationGenerator< Numeric > | Functional class to calculate the entries of the degree reducing or raising matrices |
| Double< Type > | Implements a wrapper around one of the hardware floating-point data types so that these can be used as a "Numeric" template parameter |
| Fraction | Contains a pair of doubles signifying the numerator and denominator of a fraction |
| KClip< Numeric > | Implements the K-Clip algorithm |
| Matrix< Numeric > | Implements a simple matrix that can be filled using a functional object |
| MpfrFloat | Wraps a mpfr_t object of the multiple-precision floating-pointer number library mpfr into a Numeric object and provides all necessary operators and functions for further calculations |
| Polynomial< Numeric > | Base class for following polynomials in different bases |
| PolynomialBezier< Numeric > | Represents a polynomial in the Bernstein-Bezier basis using Bezier coefficients |
| PolynomialStandard< Numeric > | Represents a polynomial in standard monomial base |
1.7.6.1