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

Function getNumControlPoints

include/bspline.h:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 unsigned int getNumControlPoints() const
82 {
83 return coefficients.size();
84 }
85
86 std::vector<unsigned int> getNumBasisFunctionsPerVariable() const;
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected