MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / WithinAbs

Function WithinAbs

tests/catch.hpp:9213–9215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9211}
9212
9213Floating::WithinAbsMatcher WithinAbs(double target, double margin) {
9214 return Floating::WithinAbsMatcher(target, margin);
9215}
9216
9217} // namespace Matchers
9218} // namespace Catch

Callers

nothing calls this directly

Calls 1

WithinAbsMatcherClass · 0.85

Tested by

no test coverage detected