CFTTPPSphere.cpp 1.1 KB

1234567891011121314151617181920212223242526272829
  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)
  8. //: m_cPrimitive_0(fpoint3_r2, fpointQ_r3)
  9. {
  10. //fpoint
  11. LOGE("%x",fpoint_r1.var_0);
  12. //fpoint3
  13. LOGE("%x%x%x",fpoint3_r2.x_0,fpoint3_r2.y_4,fpoint3_r2.z_8);
  14. //fpointQ
  15. LOGE("%x%x%x%x",fpointQ_r3.field_0,fpointQ_r3.field_4,fpointQ_r3.field_C,fpointQ_r3.field_8);
  16. //this
  17. LOGE("%x",(uint)this);
  18. }
  19. //-------------------------------------------------------------------------------------------------
  20. //0016D962
  21. CFTTPPSphere::~CFTTPPSphere() {
  22. }
  23. //-------------------------------------------------------------------------------------------------
  24. //0016BEBE
  25. void CFTTPPSphere::DSupport(fpoint3<PointType_26>) {
  26. }
  27. //-------------------------------------------------------------------------------------------------