| 173 | } |
| 174 | |
| 175 | bool IfcGeom::util::is_identity(const gp_Trsf2d& t, double tolerance) { |
| 176 | return is_identity_helper(t, tolerance); |
| 177 | } |
| 178 | |
| 179 | bool IfcGeom::util::is_identity(const gp_GTrsf2d& t, double tolerance) { |
| 180 | return is_identity_helper(t, tolerance); |
no test coverage detected