FreeWRL / FreeX3D 4.3.0
Component_Geometry3D.h
1/*
2
3
4*/
5
6/****************************************************************************
7 This file is part of the FreeWRL/FreeX3D Distribution.
8
9 Copyright 2009 CRC Canada. (http://www.crc.gc.ca)
10
11 FreeWRL/FreeX3D is free software: you can redistribute it and/or modify
12 it under the terms of the GNU Lesser Public License as published by
13 the Free Software Foundation, either version 3 of the License, or
14 (at your option) any later version.
15
16 FreeWRL/FreeX3D is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with FreeWRL/FreeX3D. If not, see <http://www.gnu.org/licenses/>.
23****************************************************************************/
24
25
26#ifndef __FREEWRL_SCENEGRAPH_COMPONENT3D_H__
27#define __FREEWRL_SCENEGRAPH_COMPONENT3D_H__
28
29int avatarCollisionVolumeIntersectMBB(double *modelMatrix, double *prminvals, double* prmaxvals);
30int avatarCollisionVolumeIntersectMBBf(double *modelMatrix, float *minVals, float *maxVals);
31
32#endif /* __FREEWRL_SCENEGRAPH_COMPONENT3D_H__ */