Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ShapeNaught.ccGo to the documentation of this file.00001 #include <iostream> 00002 00003 using namespace std; 00004 00005 #include "SketchSpace.h" 00006 #include "Region.h" 00007 00008 #include "ShapeNaught.h" 00009 00010 namespace DualCoding { 00011 00012 SHAPESTUFF_CC(NaughtData); 00013 00014 Shape<NaughtData>::Shape(Region& region, const float assumedHeight) 00015 : ShapeRoot(addShape(new NaughtData(region.getSpace().getDualSpace(), 00016 region.findCentroid(), assumedHeight, region.findSemiMajorAxisLength()))) 00017 {}; 00018 } // namespace |
DualCoding 5.1CVS |
Generated Mon May 9 04:56:27 2016 by Doxygen 1.6.3 |