123456789101112131415161718192021222324 |
- //CFTTPPSphere - [2020-04-13 11:57:46]
- #ifndef _CFTTPPSPHERE_H_
- #define _CFTTPPSPHERE_H_
- #include "common.h"
- #include "CFTTPPrimitive.h"
- /*
- 0016A510 CFTTPPSphere::CFTTPPSphere(fpoint<PointType_18>,fpoint3<PointType_18>,fpointQ<PointType_18>)
- 0016D962 CFTTPPSphere::~CFTTPPSphere()
- 0016BEBE CFTTPPSphere::DSupport(fpoint3<PointType_26>)
- */
- class CFTTPPSphere : public CFTTPPrimitive {
- public:
- CFTTPPSphere(fpoint<PointType_18>, fpoint3<PointType_18>, fpointQ<PointType_18>); //0016A510
- virtual ~CFTTPPSphere(); //0016D962
- void DSupport(fpoint3<PointType_26>); //0016BEBE
- public:
- public:
- fpoint<PointType_18> fpoint_68;
- };
- #endif //_CFTTPPSPHERE_H_
|