()
| 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( |
nothing calls this directly
no outgoing calls
no test coverage detected