MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / getBoundingBox

Method getBoundingBox

OpenCSG/src/primitive.cpp:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73
74 void Primitive::getBoundingBox(float& minx, float& miny, float& minz,
75 float& maxx, float& maxy, float& maxz) const {
76 minx = mMinx;
77 miny = mMiny;
78 minz = mMinz;
79 maxx = mMaxx;
80 maxy = mMaxy;
81 maxz = mMaxz;
82 }
83
84} // namespace OpenCSG

Callers 6

intersectXYFunction · 0.80
intersectXYZFunction · 0.80
containsXYFunction · 0.80
setIntersectedMethod · 0.80
setCurrentMethod · 0.80
touchFragmentsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected