MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / PrimitiveModule

Method PrimitiveModule

src/module/primitivemodule.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "rmath.h"
22
23PrimitiveModule::PrimitiveModule(Reporter& r, const QString& n) : Module(r,n)
24{
25}
26
27const QList<Point> PrimitiveModule::getCircle(const decimal& r,const decimal& f,const decimal& z)
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected