Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ad-si/LuaCAD
/ getConvexity
Method
getConvexity
OpenCSG/src/primitive.cpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
unsigned int Primitive::getConvexity() const {
57
return mConvexity;
58
}
59
60
void Primitive::setBoundingBox(float minx, float miny, float minz,
61
float maxx, float maxy, float maxz) {
Callers
1
getConvexity
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected