CFTTPPPolyhedron.h 780 B

12345678910111213141516171819202122232425
  1. //CFTTPPPolyhedron - [2020-04-13 11:57:46]
  2. #ifndef _CFTTPPPOLYHEDRON_H_
  3. #define _CFTTPPPOLYHEDRON_H_
  4. #include "common.h"
  5. #include "CFTTPPrimitive.h"
  6. /*
  7. 0016A9E8 CFTTPPPolyhedron::CFTTPPPolyhedron(fpoint3<PointType_18> *,uchar,fpoint3<PointType_18>,fpointQ<PointType_18>)
  8. 0016D95E CFTTPPPolyhedron::~CFTTPPPolyhedron()
  9. 0016C1CC CFTTPPPolyhedron::DSupport(fpoint3<PointType_26>)
  10. */
  11. class CFTTPPPolyhedron:public CFTTPPrimitive {
  12. public:
  13. CFTTPPPolyhedron(fpoint3<PointType_18> *,
  14. uchar,
  15. fpoint3<PointType_18>,
  16. fpointQ<PointType_18>); //0016A9E8
  17. ~CFTTPPPolyhedron(); //0016D95E
  18. void DSupport(fpoint3<PointType_26>); //0016C1CC
  19. int field_68;
  20. int field_6C;
  21. };
  22. #endif //_CFTTPPPOLYHEDRON_H_