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

Method PointToLine

dotnet/PInvoke/src/Projection.cs:24–29  ·  view source on GitHub ↗
(
            XYZ start,
            XYZ end,
            XYZ point,
            out XYZ project_point)

Source from the content-addressed store, hash-verified

22 XYZ point);
23
24 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_PROJ_point_to_line")]
25 public static extern int PointToLine(
26 XYZ start,
27 XYZ end,
28 XYZ point,
29 out XYZ project_point);
30
31 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_PROJ_stereographic")]
32 public static extern XYZ Stereographic(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected