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

Method Create

dotnet/PInvoke/src/UV.cs:24–25  ·  view source on GitHub ↗
(double u, double v)

Source from the content-addressed store, hash-verified

22 public static partial class LNLibUV
23 {
24 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_UVreate")]
25 public static extern UV Create(double u, double v);
26
27 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_UV_get_u")]
28 public static extern double GetU(UV uv);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected