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

Method CircleModule

src/module/circlemodule.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "numbervalue.h"
22
23CircleModule::CircleModule(Reporter& r) : PrimitiveModule(r,"circle")
24{
25 addDescription(tr("Constructs a circle. It will be placed centered on the xy plane."));
26 addParameter("radius",tr("The radius of the circle."));
27}
28
29Node* CircleModule::evaluate(const Context& ctx) const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected