diff options
Diffstat (limited to 'doc/Manual/en/BH_Box3f.pod')
| -rw-r--r-- | doc/Manual/en/BH_Box3f.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Manual/en/BH_Box3f.pod b/doc/Manual/en/BH_Box3f.pod index 2689513..1911195 100644 --- a/doc/Manual/en/BH_Box3f.pod +++ b/doc/Manual/en/BH_Box3f.pod @@ -9,14 +9,14 @@ BH_Box3f - three-dimensional bounding box =head1 SYNTAX #include <BH/Math/Box3f.h> - + cc prog.c -o prog -lbh =head1 DESCRIPTION -The BH_Box3f module provides functions for working with three-dimensional -bounding boxes. It includes operations for union, intersection, checking if a +The BH_Box3f module provides functions for working with three-dimensional +bounding boxes. It includes operations for union, intersection, checking if a point is inside a box, and calculating the bounding box for a set of points. |
