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

Function ReadUVW

src/Util.cc:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void ReadUVW(v8::Local<v8::Object> obj, double* x, double* y, double* z)
93{
94 ReadDouble(obj, "u", x, 0.0);
95 ReadDouble(obj, "v", y, 0.0);
96 ReadDouble(obj, "w", z, 0.0);
97}
98
99
100void ReadPoint(v8::Local<v8::Value> value, gp_Pnt* pt)

Callers

nothing calls this directly

Calls 1

ReadDoubleFunction · 0.85

Tested by

no test coverage detected