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

Method IsUniform

dotnet/PInvoke/src/KnotVectorUtils.cs:33–36  ·  view source on GitHub ↗
(
            [In] double[] knot_vector,
            int knot_vector_count)

Source from the content-addressed store, hash-verified

31 [Out] double[] result);
32
33 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_KV_is_uniform")]
34 public static extern int IsUniform(
35 [In] double[] knot_vector,
36 int knot_vector_count);
37
38 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_KV_get_knot_multiplicity_map")]
39 public static extern void GetKnotMultiplicityMap(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected