Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
PolygonCruncher.h
1#ifndef __POLYGONCRUNCHER_H__
2#define __POLYGONCRUNCHER_H__
3
4BEGIN_MOOTOOLS_NAMESPACE
5
6#ifndef MOOTOOLS_CRUNCHERSDK
7DLLFUNCTION void InitPolygonCruncher(unsigned int dllInit);
8DLLFUNCTION void ClosePolygonCruncher(unsigned int dllInit);
9#endif
10
11END_MOOTOOLS_NAMESPACE
12
13#endif
The class defines an x, y, z 3D point which can use int, float or double.
Definition 3DPoint.h:27