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

Function extract_double

src/Util.h:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10template <class T> inline double extract_double(const v8::Local<T>& a) {
11 return Nan::To<double>(a).FromJust();
12}
13
14void ReadDouble(const v8::Local<v8::Value>& _v,double& value);
15

Callers 3

ReadDoubleFunction · 0.85
ReadRotationFromArgsFunction · 0.85
NAN_METHODFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected