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

Method Multiply

dotnet/PInvoke/src/Matrix4d.cs:100–103  ·  view source on GitHub ↗
(
            Matrix4d a,
            Matrix4d b)

Source from the content-addressed store, hash-verified

98 XYZ basis_w);
99
100 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_multiply")]
101 public static extern Matrix4d Multiply(
102 Matrix4d a,
103 Matrix4d b);
104
105 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_of_point")]
106 public static extern XYZ OfPoint(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected