(
XYZ scale)
| 58 | XYZ vector); |
| 59 | |
| 60 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_scale")] |
| 61 | public static extern Matrix4d CreateScale( |
| 62 | XYZ scale); |
| 63 | |
| 64 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_get_basis_x")] |
| 65 | public static extern XYZ GetBasisX( |
nothing calls this directly
no outgoing calls
no test coverage detected