MCPcopy 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
742int
743feq (double a, double b) {
744 return std::abs (a - b) < 1e-9;
745}
746
747void
748quat_to_angle_axis (const Eigen::Quaternionf &qx, double &theta, double axis[3])

Callers 1

quat_to_angle_axisFunction · 0.85

Calls 1

absFunction · 0.85

Tested by

no test coverage detected