| 147 | struct 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. |
nothing calls this directly
no outgoing calls
no test coverage detected