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

Method PointToRay

dotnet/PInvoke/src/Projection.cs:18–22  ·  view source on GitHub ↗
(
        XYZ origin,
        XYZ direction,
        XYZ point)

Source from the content-addressed store, hash-verified

16 public static partial class LNLibProjection
17 {
18 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_PROJ_point_to_ray")]
19 public static extern XYZ PointToRay(
20 XYZ origin,
21 XYZ direction,
22 XYZ point);
23
24 [DllImport(LNLIB_CAPI_DLL, CallingConvention = CallingConvention.Cdecl, EntryPoint = "LNLIB_PROJ_point_to_line")]
25 public static extern int PointToLine(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected