MCPcopy Create free account
hub / github.com/Pamphlett/Outram / point_z_cmp

Function point_z_cmp

include/patchwork.hpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31*/
32template<typename PointT>
33bool point_z_cmp(PointT a, PointT b) {
34 return a.z < b.z;
35}
36
37template<typename PointT>
38class PatchWork {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected