(
XYZ normal)
| 34 | XYZ origin); |
| 35 | |
| 36 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_reflection")] |
| 37 | public static extern Matrix4d CreateReflection( |
| 38 | XYZ normal); |
| 39 | |
| 40 | [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_reflection_by_distance")] |
| 41 | public static extern Matrix4d CreateReflectionByDistance( |
nothing calls this directly
no outgoing calls
no test coverage detected