| 36 | } |
| 37 | |
| 38 | bool LNLib::ValidationUtils::IsValidDegreeReduction(int degree) |
| 39 | { |
| 40 | return degree > 1; |
| 41 | } |
| 42 | |
| 43 | double LNLib::ValidationUtils::ComputeCurveModifyTolerance(const std::vector<XYZW>& controlPoints) |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected