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

Method CenterModule

src/module/centermodule.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "node/alignnode.h"
22
23CenterModule::CenterModule(Reporter& r) : Module(r,"center")
24{
25 addDescription(tr("Centers its children to the origin."));
26}
27
28Node* CenterModule::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected