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

Function LNLIB_VALID_is_valid_nurbs

dotnet/CAPI/src/ValidationUtils_CAPI.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33int LNLIB_VALID_is_valid_nurbs(int degree, int knot_vector_count, int control_points_count)
34{
35 return LNLib::ValidationUtils::IsValidNurbs(degree, knot_vector_count, control_points_count) ? 1 : 0;
36}
37
38double LNLIB_VALID_compute_curve_modify_tolerance(
39 const XYZW_C* control_points,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected