(
[In] double[] knot_vector,
int knot_vector_count)
| 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( |
nothing calls this directly
no outgoing calls
no test coverage detected