MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / ReadXYZ

Function ReadXYZ

src/Util.cc:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ReadXYZ(v8::Local<v8::Object> obj, double* x, double* y, double* z)
71{
72 ReadDouble(obj, "x", x, 0.0);
73 ReadDouble(obj, "y", y, 0.0);
74 ReadDouble(obj, "z", z, 0.0);
75}
76
77void ReadPoint(v8::Local<v8::Value> value, double* x, double* y, double*z)
78{

Callers 1

ReadPointFunction · 0.85

Calls 1

ReadDoubleFunction · 0.85

Tested by

no test coverage detected