Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
92
template <typename PointT>
93
bool point_z_cmp(PointT a, PointT b) {
94
return a.z < b.z;
95
}
96
97
struct PCAFeature {
98
Eigen::Vector3f principal_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected