Home
last modified time | relevance | path

Searched refs:collectChildren2D (Results 1 – 4 of 4) sorted by relevance

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DGeometryEvaluator.h65 std::vector<const class Polygon2d *> collectChildren2D(const AbstractNode &node);
H A DGeometryEvaluator.cc187 std::vector<const Polygon2d *> children = collectChildren2D(node); in applyHull2D()
237 std::vector<const Polygon2d *> children = collectChildren2D(node); in applyMinkowski2D()
248 std::vector<const class Polygon2d *> GeometryEvaluator::collectChildren2D(const AbstractNode &node) in collectChildren2D() function in GeometryEvaluator
364 std::vector<const Polygon2d *> children = collectChildren2D(node); in applyToChildren2D()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DGeometryEvaluator.h65 std::vector<const class Polygon2d *> collectChildren2D(const AbstractNode &node);
H A DGeometryEvaluator.cc187 std::vector<const Polygon2d *> children = collectChildren2D(node); in applyHull2D()
237 std::vector<const Polygon2d *> children = collectChildren2D(node); in applyMinkowski2D()
248 std::vector<const class Polygon2d *> GeometryEvaluator::collectChildren2D(const AbstractNode &node) in collectChildren2D() function in GeometryEvaluator
364 std::vector<const Polygon2d *> children = collectChildren2D(node); in applyToChildren2D()