1234567891011121314151617181920212223242526272829 |
- #include "CFTTPPSphere.h"
- //-------------------------------------------------------------------------------------------------
- //0016A510
- CFTTPPSphere::CFTTPPSphere(fpoint<PointType_18> fpoint_r1,
- fpoint3<PointType_18> fpoint3_r2,
- fpointQ<PointType_18> fpointQ_r3)
- : CFTTPPrimitive(fpoint3_r2, fpointQ_r3)
- //: m_cPrimitive_0(fpoint3_r2, fpointQ_r3)
- {
- //fpoint
- LOGE("%x",fpoint_r1.var_0);
- //fpoint3
- LOGE("%x%x%x",fpoint3_r2.x_0,fpoint3_r2.y_4,fpoint3_r2.z_8);
- //fpointQ
- LOGE("%x%x%x%x",fpointQ_r3.field_0,fpointQ_r3.field_4,fpointQ_r3.field_C,fpointQ_r3.field_8);
- //this
- LOGE("%x",(uint)this);
-
- }
- //-------------------------------------------------------------------------------------------------
- //0016D962
- CFTTPPSphere::~CFTTPPSphere() {
- }
- //-------------------------------------------------------------------------------------------------
- //0016BEBE
- void CFTTPPSphere::DSupport(fpoint3<PointType_26>) {
- }
- //-------------------------------------------------------------------------------------------------
|