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

Method SimplifyNode

src/node/simplifynode.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "simplifynode.h"
20
21SimplifyNode::SimplifyNode() :
22 ratio(0.1)
23{
24}
25
26decimal SimplifyNode::getRatio() const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected