MCPcopy Create free account
hub / github.com/OctoMap/octomap / comparePoint

Function comparePoint

octomap/src/testing/test_scans.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void comparePoint(const point3d& first, const point3d& sec){
27 EXPECT_FLOAT_EQ(first.x(), sec.x());
28 EXPECT_FLOAT_EQ(first.y(), sec.y());
29 EXPECT_FLOAT_EQ(first.z(), sec.z());
30}
31
32int main(int argc, char** argv) {
33 if (argc != 2){

Callers 1

mainFunction · 0.85

Calls 3

xMethod · 0.45
yMethod · 0.45
zMethod · 0.45

Tested by

no test coverage detected