60 return units::math::abs(dx - other.dx) < 1E-9_m &&
61 units::math::abs(dy - other.dy) < 1E-9_m &&
62 units::math::abs(dz - other.dz) < 1E-9_m &&
63 units::math::abs(rx - other.rx) < 1E-9_rad &&
64 units::math::abs(ry - other.ry) < 1E-9_rad &&
65 units::math::abs(rz - other.rz) < 1E-9_rad;