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

Method CreateRotationAtPoint

dotnet/PInvoke/src/Matrix4d.cs:50–54  ·  view source on GitHub ↗
(
            XYZ origin,
            XYZ axis,
            double rad)

Source from the content-addressed store, hash-verified

48 double rad);
49
50 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_rotation_at_point")]
51 public static extern Matrix4d CreateRotationAtPoint(
52 XYZ origin,
53 XYZ axis,
54 double rad);
55
56 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_translation")]
57 public static extern Matrix4d CreateTranslation(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected