|
0.45.0
|
#include <iAACube.h>
Public Member Functions | |
| iAACube ()=default | |
| iAACube (const iaVector3< T > ¢er, T halfEdgeLenght) | |
| const iaVector3< T > & | getCenter () const |
| const T & | getHalfEdge () const |
Public Attributes | |
| iaVector3< T > | _center |
| T | _halfEdgeLength = static_cast<T>(0) |
Axis aligned cube
|
default |
does nothing
| iAACube::iAACube | ( | const iaVector3< T > & | center, |
| T | halfEdgeLenght | ||
| ) |
init members constructor
| center | center position of cube |
| halfEdgeLenght | half of the edge length of the cube |
| const iaVector3< T > & iAACube::getCenter | ( | ) | const |
| const T & iAACube::getHalfEdge | ( | ) | const |
| iaVector3<T> igor::iAACube< T >::_center |
center position of cube
| T igor::iAACube< T >::_halfEdgeLength = static_cast<T>(0) |
half of the edge length