Removed IntegralVector3.h

This commit is contained in:
David Williams
2008-02-11 19:54:57 +00:00
parent e180f67bae
commit cc4902b4d7
9 changed files with 14 additions and 130 deletions

View File

@ -25,7 +25,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "Block.h"
#include "Constants.h"
#include "TypeDef.h"
#include "IntegralVector3.h"
#include "Vector.h"
namespace PolyVox
{
@ -45,7 +45,7 @@ namespace PolyVox
Block* getBlock(boost::uint16_t index);
bool containsPoint(Vector3DFloat pos, float boundary);
bool containsPoint(IntVector3 pos, boost::uint16_t boundary);
bool containsPoint(Vector3DInt32 pos, boost::uint16_t boundary);
bool loadFromFile(const std::string& sFilename);
bool saveToFile(const std::string& sFilename);