Open CASCADE Technology
7.1.0.beta
|
Tool class for calculate component-wise vector minimum and maximum (optimized version). 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) |
static void | CwiseMax (BVH_VecNt &theVec1, const BVH_VecNt &theVec2) |
Tool class for calculate component-wise vector minimum and maximum (optimized version).
T | Numeric data type |
N | Vector dimension |
typedef BVH::VectorType<T, N>::Type BVH::BoxMinMax< T, N >::BVH_VecNt |
|
inlinestatic |
|
inlinestatic |