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