Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
template <class T> inline double extract_double(const v8::Local<T>& a) {
11
return Nan::To<double>(a).FromJust();
12
}
13
14
void ReadDouble(const v8::Local<v8::Value>& _v,double& value);
15
Callers
3
ReadDouble
Function · 0.85
ReadRotationFromArgs
Function · 0.85
NAN_METHOD
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected