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

Method CreateFromXYZ

dotnet/PInvoke/src/Matrix4d.cs:29–34  ·  view source on GitHub ↗
(
            XYZ basis_x,
            XYZ basis_y,
            XYZ basis_z,
            XYZ origin)

Source from the content-addressed store, hash-verified

27 public static extern Matrix4d Create();
28
29 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_from_xyz")]
30 public static extern Matrix4d CreateFromXYZ(
31 XYZ basis_x,
32 XYZ basis_y,
33 XYZ basis_z,
34 XYZ origin);
35
36 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_reflection")]
37 public static extern Matrix4d CreateReflection(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected