CFTTPPSphere.cpp 799 B

1234567891011121314151617181920
  1. #include "CFTTPPSphere.h"
  2. //-------------------------------------------------------------------------------------------------
  3. //0016A510
  4. CFTTPPSphere::CFTTPPSphere(fpoint<PointType_18> fpoint_r1,
  5. fpoint3<PointType_18> fpoint3_r2,
  6. fpointQ<PointType_18> fpointQ_r3)
  7. : CFTTPPrimitive(fpoint3_r2, fpointQ_r3),fpoint_68(fpoint_r1)
  8. {
  9. }
  10. //-------------------------------------------------------------------------------------------------
  11. //0016D962
  12. CFTTPPSphere::~CFTTPPSphere() {
  13. }
  14. //-------------------------------------------------------------------------------------------------
  15. //0016BEBE
  16. void CFTTPPSphere::DSupport(fpoint3<PointType_26>) {
  17. }
  18. //-------------------------------------------------------------------------------------------------