(
XYZ vector)
| 54 | double rad); |
| 55 | |
| 56 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_translation")] |
| 57 | public static extern Matrix4d CreateTranslation( |
| 58 | XYZ vector); |
| 59 | |
| 60 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_scale")] |
| 61 | public static extern Matrix4d CreateScale( |
nothing calls this directly
no outgoing calls
no test coverage detected