MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / CreateReflection

Method CreateReflection

dotnet/PInvoke/src/Matrix4d.cs:36–38  ·  view source on GitHub ↗
(
            XYZ normal)

Source from the content-addressed store, hash-verified

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(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected