![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Tool class for computing component-wise vector minimum and maximum. More...
#include <BVH_Box.hxx>
Public Types | |
| typedef BVH::VectorType< T, N >::Type | BVH_VecNt |
Static Public Member Functions | |
| static void | CwiseMin (BVH_VecNt &theVec1, const BVH_VecNt &theVec2) |
| Computes component-wise minimum in-place. | |
| static void | CwiseMax (BVH_VecNt &theVec1, const BVH_VecNt &theVec2) |
| Computes component-wise maximum in-place. | |
Tool class for computing component-wise vector minimum and maximum.
| T | Numeric data type |
| N | Vector dimension |
| typedef BVH::VectorType<T,N>::Type BVH::BoxMinMax< T, N >::BVH_VecNt |
|
inlinestatic |
Computes component-wise maximum in-place.
|
inlinestatic |
Computes component-wise minimum in-place.