maliput_sparse
maliput_sparse::test Namespace Reference

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...
 

Function Documentation

◆ CompareLineString3d()

testing::AssertionResult CompareLineString3d ( const maliput_sparse::geometry::LineString3d lhs,
const maliput_sparse::geometry::LineString3d rhs,
double  tolerance 
)

Compares two maliput_sparse::geometry::LineString3d objects.

Parameters
lhsThe left-hand side of the comparison.
rhsThe right-hand side of the comparison.
toleranceThe tolerance to use when comparing floating point values.
Returns
A Google Test assertion result.