Triangle32.compute_bounding_box

giant.ray_tracer.shapes.triangle:

Triangle32.compute_bounding_box(self)

This method computes the bounding box that contains all of the vertices.

This is done by finding the minimum and maximum values of the vertices that are used in the surface according to facets. The results are stored in bounding_box.