MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / Box3f

Method Box3f

openpgl/include/openpgl/cpp/Common.h:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147struct Box3f : public pgl_box3f
148{
149 Box3f(Point3f lower, Point3f upper)
150 {
151 this->lower = lower;
152 this->upper = upper;
153 }
154};
155
156/* for a 3d vector of type pgl_vec3f.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected