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

Method CreateTranslation

dotnet/PInvoke/src/Matrix4d.cs:56–58  ·  view source on GitHub ↗
(
            XYZ vector)

Source from the content-addressed store, hash-verified

54 double rad);
55
56 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_translation")]
57 public static extern Matrix4d CreateTranslation(
58 XYZ vector);
59
60 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_scale")]
61 public static extern Matrix4d CreateScale(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected