MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / IsValidDegreeReduction

Method IsValidDegreeReduction

src/LNLib/Algorithm/ValidationUtils.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool LNLib::ValidationUtils::IsValidDegreeReduction(int degree)
39{
40 return degree > 1;
41}
42
43double LNLib::ValidationUtils::ComputeCurveModifyTolerance(const std::vector<XYZW>& controlPoints)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected