MCPcopy Create free account
hub / github.com/Colin97/DeepMetaHandles / print

Method print

data_preprocessing/sample_surface_points.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 };
62
63 void print()
64 {
65 printf("%lf %lf %lf\n", x, y, z);
66 }
67};
68
69Point randomPointTriangle(Point a, Point b, Point c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected