MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / is_identity

Method is_identity

src/ifcgeom/kernels/opencascade/base_utils.cpp:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 11

printFunction · 0.80
profile_helperMethod · 0.80
TriangulateMethod · 0.80
SerializeMethod · 0.80
movedMethod · 0.80
convert_implMethod · 0.80
convertMethod · 0.80
operator()Method · 0.80
convertMethod · 0.80

Calls 1

is_identity_helperFunction · 0.85

Tested by

no test coverage detected