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

Method CreateRotation

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

Source from the content-addressed store, hash-verified

43 double distance_from_origin);
44
45 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_MATRIX_create_rotation")]
46 public static extern Matrix4d CreateRotation(
47 XYZ axis,
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(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected