| 21 | #include "rmath.h" |
| 22 | |
| 23 | PrimitiveModule::PrimitiveModule(Reporter& r, const QString& n) : Module(r,n) |
| 24 | { |
| 25 | } |
| 26 | |
| 27 | const QList<Point> PrimitiveModule::getCircle(const decimal& r,const decimal& f,const decimal& z) |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected