#include "boundingSphere.h"#include "boundingHexahedron.h"#include "boundingLine.h"#include "config_mathutil.h"#include "dcast.h"#include <math.h>#include <algorithm>Go to the source code of this file.
| Defines | |
| #define | ROW_DOTTED(mat, ROWNUM) | 
| 
 | 
| Value: (mat._m.m._##ROWNUM##0*mat._m.m._##ROWNUM##0 +    \
             mat._m.m._##ROWNUM##1*mat._m.m._##ROWNUM##1 +    \
             mat._m.m._##ROWNUM##2*mat._m.m._##ROWNUM##2)
 | 
 1.3
1.3