XX CMake Package
Loading...
Searching...
No Matches
XXPolynomialSegmentBundle.h
Go to the documentation of this file.
1#ifndef XXPolynomialSegmentBundleH
2#define XXPolynomialSegmentBundleH
3
4#include "XXMathExportDef.h"
6
7namespace XX
8{
11
13 {
14 public:
16 };
17} // namespace XX
18
19#endif // NOT XXPolynomialSegmentBundleH
#define XXMATH_DECLSPEC
Definition XXMathExportDef.h:17
a collection of polynomial segments
Definition XXPolynomialSegmentBundle.h:13
QList< Segment > List
Definition XXPolynomialSegment.h:19
Polynomial(size_t degree=0)
Definition XXPopulatedAbstract.h:11