MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / sizeForDepthComplexity

Method sizeForDepthComplexity

OpenCSG/src/sequencer.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return n * (n - 1) + 1;
68 }
69 virtual size_t sizeForDepthComplexity(size_t dc) const
70 {
71 return n * dc;
72 }
73
74 };
75

Callers 1

subtractPrimitivesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected