(XYZ xyz)
| 88 | public static extern XYZ Divide(XYZ xyz, double scalar); |
| 89 | |
| 90 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_XYZreate_random_orthogonal")] |
| 91 | public static extern XYZ CreateRandomOrthogonal(XYZ xyz); |
| 92 | } |
| 93 | } |
nothing calls this directly
no outgoing calls
no test coverage detected