MCPcopy Create free account
hub / github.com/cutdigital/mcut / compare

Function compare

tutorials/TextureCoordinates/TextureCoordinates.cpp:62–65  ·  view source on GitHub ↗

basic comparison of doubles

Source from the content-addressed store, hash-verified

60
61// basic comparison of doubles
62McBool compare(McDouble x, McDouble y)
63{
64 return std::fabs(x - y) < 1e-6;
65}
66
67std::string resolve_cc_name_string(McContext context,
68 McConnectedComponent cc,

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected