(
XYZ origin,
XYZ axis,
double rad)
| 48 | double rad); |
| 49 | |
| 50 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_rotation_at_point")] |
| 51 | public static extern Matrix4d CreateRotationAtPoint( |
| 52 | XYZ origin, |
| 53 | XYZ axis, |
| 54 | double rad); |
| 55 | |
| 56 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_translation")] |
| 57 | public static extern Matrix4d CreateTranslation( |
nothing calls this directly
no outgoing calls
no test coverage detected