(
XYZ axis,
double rad)
| 43 | double distance_from_origin); |
| 44 | |
| 45 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_rotation")] |
| 46 | public static extern Matrix4d CreateRotation( |
| 47 | XYZ axis, |
| 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( |
nothing calls this directly
no outgoing calls
no test coverage detected