MCPcopy Create free account
hub / github.com/bgrimstad/splinter / getNumBasisFunctions

Method getNumBasisFunctions

src/bsplinebasis1d.cpp:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553unsigned int BSplineBasis1D::getNumBasisFunctions() const
554{
555 return knots.size() - (degree + 1);
556}
557
558unsigned int BSplineBasis1D::getNumBasisFunctionsTarget() const
559{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected