12345678910111213141516 |
- #include "CFTTPPCylinder.h"
- //-------------------------------------------------------------------------------------------------
- //0016A94C
- CFTTPPCylinder::CFTTPPCylinder(fpoint<PointType_18>a1, fpoint<PointType_18>a2, fpoint3<PointType_18>a3, fpointQ<PointType_18>a4)
- :CFTTPPrimitive(a3,a4) {
- }
- //-------------------------------------------------------------------------------------------------
- //0016D970
- CFTTPPCylinder::~CFTTPPCylinder() {
- }
- //-------------------------------------------------------------------------------------------------
- //0016C100
- void CFTTPPCylinder::DSupport(fpoint3<PointType_26>) {
- }
- //-------------------------------------------------------------------------------------------------
|