#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) |
Definition in file boundingSphere.cxx.
|
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) |