12345678910111213141516171819202122232425 |
- //CFTTPPPolyhedron - [2020-04-13 11:57:46]
- #ifndef _CFTTPPPOLYHEDRON_H_
- #define _CFTTPPPOLYHEDRON_H_
- #include "common.h"
- #include "CFTTPPrimitive.h"
- /*
- 0016A9E8 CFTTPPPolyhedron::CFTTPPPolyhedron(fpoint3<PointType_18> *,uchar,fpoint3<PointType_18>,fpointQ<PointType_18>)
- 0016D95E CFTTPPPolyhedron::~CFTTPPPolyhedron()
- 0016C1CC CFTTPPPolyhedron::DSupport(fpoint3<PointType_26>)
- */
- class CFTTPPPolyhedron:public CFTTPPrimitive {
- public:
- CFTTPPPolyhedron(fpoint3<PointType_18> *,
- uchar,
- fpoint3<PointType_18>,
- fpointQ<PointType_18>); //0016A9E8
- ~CFTTPPPolyhedron(); //0016D95E
- void DSupport(fpoint3<PointType_26>); //0016C1CC
- int field_68;
- int field_6C;
- };
- #endif //_CFTTPPPOLYHEDRON_H_
|