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

Function LNLIB_VALID_is_valid_bezier

dotnet/CAPI/src/ValidationUtils_CAPI.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23int LNLIB_VALID_is_valid_bezier(int degree, int control_points_count)
24{
25 return LNLib::ValidationUtils::IsValidBezier(degree, control_points_count) ? 1 : 0;
26}
27
28int LNLIB_VALID_is_valid_bspline(int degree, int knot_vector_count, int control_points_count)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected