Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SbBox3< Type > Class Template Reference

#include <SbBox3.h>

Public Member Functions

 SbBox3 (void)
 
 SbBox3 (const Type minx, const Type miny, const Type minz, const Type maxx, const Type maxy, const Type maxz)
 
 SbBox3 (const SbVec3< Type > &minv, const SbVec3< Type > &maxv)
 
const SbVec3< Type > & getMin (void) const
 
const SbVec3< Type > & getMax (void) const
 
SbVec3< Type > & getMin (void)
 
SbVec3< Type > & getMax (void)
 
void extendBy (const SbVec3< Type > &point)
 

Constructor & Destructor Documentation

◆ SbBox3() [1/3]

template<class Type >
SbBox3< Type >::SbBox3 ( void  )
inline

◆ SbBox3() [2/3]

template<class Type >
SbBox3< Type >::SbBox3 ( const Type  minx,
const Type  miny,
const Type  minz,
const Type  maxx,
const Type  maxy,
const Type  maxz 
)
inline

◆ SbBox3() [3/3]

template<class Type >
SbBox3< Type >::SbBox3 ( const SbVec3< Type > &  minv,
const SbVec3< Type > &  maxv 
)
inline

Member Function Documentation

◆ extendBy()

template<class Type >
void SbBox3< Type >::extendBy ( const SbVec3< Type > &  point)
inline

◆ getMax() [1/2]

template<class Type >
const SbVec3<Type>& SbBox3< Type >::getMax ( void  ) const
inline

◆ getMax() [2/2]

template<class Type >
SbVec3<Type>& SbBox3< Type >::getMax ( void  )
inline

◆ getMin() [1/2]

template<class Type >
const SbVec3<Type>& SbBox3< Type >::getMin ( void  ) const
inline

◆ getMin() [2/2]

template<class Type >
SbVec3<Type>& SbBox3< Type >::getMin ( void  )
inline

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