MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / myZCBD

Method myZCBD

CPP/Examples/UsingZ/UsingZ.cpp:28–32  ·  view source on GitHub ↗

PointD callback - see TestingZ_Double()

Source from the content-addressed store, hash-verified

26
27 // PointD callback - see TestingZ_Double()
28 void myZCBD(const PointD& e1bot, const PointD& e1top,
29 const PointD& e2bot, const PointD& e2top, PointD& pt)
30 {
31 pt.z = 1;
32 }
33};
34
35int main(int argc, char* argv[])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected