CFTTPPCylinder.h 772 B

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