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

Method CreateScale

dotnet/PInvoke/src/Matrix4d.cs:60–62  ·  view source on GitHub ↗
(
            XYZ scale)

Source from the content-addressed store, hash-verified

58 XYZ vector);
59
60 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_scale")]
61 public static extern Matrix4d CreateScale(
62 XYZ scale);
63
64 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_get_basis_x")]
65 public static extern XYZ GetBasisX(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected