12345678910111213141516171819202122232425 |
- //CFTTPPCylinder - [2020-04-13 11:57:46]
- #ifndef _CFTTPPCYLINDER_H_
- #define _CFTTPPCYLINDER_H_
- #include "common.h"
- #include "CFTTPPrimitive.h"
- /*
- 0016A94C CFTTPPCylinder::CFTTPPCylinder(fpoint<PointType_18>,fpoint<PointType_18>,fpoint3<PointType_18>,fpointQ<PointType_18>)
- 0016D970 CFTTPPCylinder::~CFTTPPCylinder()
- 0016C100 CFTTPPCylinder::DSupport(fpoint3<PointType_26>)
- */
- class CFTTPPCylinder :public CFTTPPrimitive{
- public:
- CFTTPPCylinder(fpoint<PointType_18>,
- fpoint<PointType_18>,
- fpoint3<PointType_18>,
- fpointQ<PointType_18>); //0016A94C
- ~CFTTPPCylinder(); //0016D970
- void DSupport(fpoint3<PointType_26>); //0016C100
- int field_68;
- int field_6C;
- };
- #endif //_CFTTPPCYLINDER_H_
|