1234567891011121314151617181920 |
- #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),fpoint_68(fpoint_r1)
-
- {
- }
- //-------------------------------------------------------------------------------------------------
- //0016D962
- CFTTPPSphere::~CFTTPPSphere() {
- }
- //-------------------------------------------------------------------------------------------------
- //0016BEBE
- void CFTTPPSphere::DSupport(fpoint3<PointType_26>) {
- }
- //-------------------------------------------------------------------------------------------------
|