CFTTPPPolyhedron.cpp 713 B

12345678910111213141516
  1. #include "CFTTPPPolyhedron.h"
  2. //-------------------------------------------------------------------------------------------------
  3. //0016A9E8
  4. CFTTPPPolyhedron::CFTTPPPolyhedron(fpoint3<PointType_18> *a1, uchar a2, fpoint3<PointType_18>a3, fpointQ<PointType_18>a4)
  5. :CFTTPPrimitive(a3,a4){
  6. }
  7. //-------------------------------------------------------------------------------------------------
  8. //0016D95E
  9. CFTTPPPolyhedron::~CFTTPPPolyhedron() {
  10. }
  11. //-------------------------------------------------------------------------------------------------
  12. //0016C1CC
  13. void CFTTPPPolyhedron::DSupport(fpoint3<PointType_26>) {
  14. }
  15. //-------------------------------------------------------------------------------------------------