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

Method CreateRandomOrthogonal

dotnet/PInvoke/src/XYZ.cs:90–91  ·  view source on GitHub ↗
(XYZ xyz)

Source from the content-addressed store, hash-verified

88 public static extern XYZ Divide(XYZ xyz, double scalar);
89
90 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_XYZreate_random_orthogonal")]
91 public static extern XYZ CreateRandomOrthogonal(XYZ xyz);
92 }
93}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected