Open CASCADE Technology  7.7.0
Public Member Functions

BVH_BaseBox< T, 3, BVH_Box > Class Template Reference

Partial template specialization for BVH_Box when N = 3. More...

#include <BVH_Box.hxx>

Public Member Functions

void Transform (const NCollection_Mat4< T > &theTransform)
 Transforms this box with given transformation. More...
 
BVH_Box< T, 3 > Transformed (const NCollection_Mat4< T > &theTransform) const
 Returns a box which is the result of applying the given transformation to this box. More...
 

Detailed Description

template<class T>
class BVH_BaseBox< T, 3, BVH_Box >

Partial template specialization for BVH_Box when N = 3.

Member Function Documentation

◆ Transform()

template<class T >
void BVH_BaseBox< T, 3, BVH_Box >::Transform ( const NCollection_Mat4< T > &  theTransform)
inline

Transforms this box with given transformation.

◆ Transformed()

template<class T >
BVH_Box<T, 3> BVH_BaseBox< T, 3, BVH_Box >::Transformed ( const NCollection_Mat4< T > &  theTransform) const
inline

Returns a box which is the result of applying the given transformation to this box.


The documentation for this class was generated from the following file: