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

Function LNLIB_XYZW_create

dotnet/CAPI/src/XYZW_CAPI.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17XYZW_C LNLIB_XYZW_create(double wx, double wy, double wz, double w)
18{
19 return { wx, wy, wz, w };
20}
21
22XYZW_C LNLIB_XYZW_create_from_xyz(XYZ_C xyz, double w)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected