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

Method Create

dotnet/PInvoke/src/Matrix4d.cs:26–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 public static partial class LNLibMatrix4d
25 {
26 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create")]
27 public static extern Matrix4d Create();
28
29 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_from_xyz")]
30 public static extern Matrix4d CreateFromXYZ(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected