Merge branch 'adding_bounding_box_class' of github.com:shimwell/openmc into adding_bounding_box_class

This commit is contained in:
Jonathan Shimwell 2023-04-25 09:46:17 +01:00
commit 41f52ea389

View file

@ -20,7 +20,7 @@ class BoundingBox(tuple):
Attributes
----------
center : numpy.ndarray
x, y, z coordinates of the center of the bounding box in [cm].
x, y, z coordinates of the center of the bounding box in [cm]
lower_left : numpy.ndarray
The x, y, z coordinates of the lower left corner of the bounding box in [cm]
upper_right : numpy.ndarray