MCPcopy Create free account
hub / github.com/JeremyBYU/polylidar / PrintPoint

Function PrintPoint

examples/cpp/debug.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using TriMesh = MeshHelper::HalfEdgeTriangulation;
13
14void PrintPoint(Polylidar::Delaunator::Delaunator &mesh, size_t idx)
15{
16
17 std:: cout << "[" << mesh.triangles(idx, 0) << ", " << mesh.triangles(idx, 1) << ", " << mesh.triangles(idx, 2) << "]" << std::endl;
18}
19
20int main(int argc, char const *argv[])
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected