Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1
26#ifndef TESSERACT_GEOMETRY_UTILS_H
27#define TESSERACT_GEOMETRY_UTILS_H
28
30
31namespace tesseract_geometry
32{
39bool isIdentical(const Geometry& geom1, const Geometry& geom2);
40
41} // namespace tesseract_geometry
42#endif
Definition: geometry.h:39
bool isIdentical(const Geometry &geom1, const Geometry &geom2)
Check if two Geometries are identical.
Definition: utils.cpp:37
Tesseract Geometries.