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

Method HullModule

src/module/hullmodule.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "node/hullnode.h"
23
24HullModule::HullModule(Reporter& r) : Module(r,"hull")
25{
26 addDescription(tr("Creates a boundry shape from the points of its children."));
27 addParameter("concave",tr("Determines whether the hull may be concave"));
28}
29
30Node* HullModule::evaluate(const Context& ctx) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected