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

Method createSinglePoint

src/node/pointsnode.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void PointsNode::createSinglePoint()
28{
29 Primitive* cp=createPrimitive();
30 cp->setType(PrimitiveTypes::Points);
31 cp->createVertex(Point(0.0,0.0,0.0));
32}
33
34bool PointsNode::getVisibleChildren() const
35{

Callers 3

evaluateMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80

Calls 4

createPrimitiveFunction · 0.85
PointClass · 0.85
setTypeMethod · 0.45
createVertexMethod · 0.45

Tested by

no test coverage detected