MCPcopy Create free account
hub / github.com/LimHyungTae/patchwork / point_z_cmp

Function point_z_cmp

include/patchwork/patchwork.hpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91*/
92template <typename PointT>
93bool point_z_cmp(PointT a, PointT b) {
94 return a.z < b.z;
95}
96
97struct PCAFeature {
98 Eigen::Vector3f principal_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected