|
maliput_sparse
|
Functions | |
| ::testing::AssertionResult | CompareLineString3d (const maliput_sparse::geometry::LineString3d &lhs, const maliput_sparse::geometry::LineString3d &rhs, double tolerance) |
| Compares two maliput_sparse::geometry::LineString3d objects. More... | |
| testing::AssertionResult CompareLineString3d | ( | const maliput_sparse::geometry::LineString3d & | lhs, |
| const maliput_sparse::geometry::LineString3d & | rhs, | ||
| double | tolerance | ||
| ) |
Compares two maliput_sparse::geometry::LineString3d objects.
| lhs | The left-hand side of the comparison. |
| rhs | The right-hand side of the comparison. |
| tolerance | The tolerance to use when comparing floating point values. |