mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Merge branch 'adding_bounding_box_class' of github.com:shimwell/openmc into adding_bounding_box_class
This commit is contained in:
commit
41f52ea389
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue