CFTTPPSphere.h 763 B

123456789101112131415161718192021222324
  1. //CFTTPPSphere - [2020-04-13 11:57:46]
  2. #ifndef _CFTTPPSPHERE_H_
  3. #define _CFTTPPSPHERE_H_
  4. #include "common.h"
  5. #include "CFTTPPrimitive.h"
  6. /*
  7. 0016A510 CFTTPPSphere::CFTTPPSphere(fpoint<PointType_18>,fpoint3<PointType_18>,fpointQ<PointType_18>)
  8. 0016D962 CFTTPPSphere::~CFTTPPSphere()
  9. 0016BEBE CFTTPPSphere::DSupport(fpoint3<PointType_26>)
  10. */
  11. class CFTTPPSphere : public CFTTPPrimitive {
  12. public:
  13. CFTTPPSphere(fpoint<PointType_18>, fpoint3<PointType_18>, fpointQ<PointType_18>); //0016A510
  14. virtual ~CFTTPPSphere(); //0016D962
  15. void DSupport(fpoint3<PointType_26>); //0016BEBE
  16. public:
  17. public:
  18. fpoint<PointType_18> fpoint_68;
  19. };
  20. #endif //_CFTTPPSPHERE_H_