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

Method createQuad

src/module/primitivemodule.cpp:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void PrimitiveModule::createQuad(Primitive* p,int a,int b,int c,int d)
103{
104 Polygon& pg=p->createPolygon();
105 pg.append(a);
106 pg.append(b);
107 pg.append(c);
108 pg.append(d);
109}

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected