Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ feq
Function
feq
visualization/src/pcl_visualizer.cpp:742–745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
740
}
741
742
int
743
feq (double a, double b) {
744
return std::abs (a - b) < 1e-9;
745
}
746
747
void
748
quat_to_angle_axis (const Eigen::Quaternionf &qx, double &theta, double axis[3])
Callers
1
quat_to_angle_axis
Function · 0.85
Calls
1
abs
Function · 0.85
Tested by
no test coverage detected