Name | Description |
---|---|
Polynomial | Summary description for Polynomial. |
SqrtPolynomial | This class overrides Polynomial's evaluate method to return the square root of that value. We need to integrate the square root of a polynomial when finding the arc length of a Bezier curve. |
ValueWithError | Stucture used to return values with associated error tolerances |