(
Matrix4d a,
Matrix4d b)
| 98 | XYZ basis_w); |
| 99 | |
| 100 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_multiply")] |
| 101 | public static extern Matrix4d Multiply( |
| 102 | Matrix4d a, |
| 103 | Matrix4d b); |
| 104 | |
| 105 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_of_point")] |
| 106 | public static extern XYZ OfPoint( |
nothing calls this directly
no outgoing calls
no test coverage detected