#include <knots.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | SPLINTER |
Functions | |
bool | SPLINTER::isKnotVectorRegular (const std::vector< double > &knots, unsigned int degree) |
bool | SPLINTER::isKnotVectorClamped (const std::vector< double > &knots, unsigned int degree) |
bool | SPLINTER::isKnotVectorRefinement (const std::vector< double > &knots, const std::vector< double > &refinedKnots) |