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

Method setEpsilon

tests/catch.hpp:5735–5740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5733 }
5734
5735 void Approx::setEpsilon(double epsilon) {
5736 CATCH_ENFORCE(epsilon >= 0 && epsilon <= 1.0,
5737 "Invalid Approx::epsilon: " << epsilon << '.'
5738 << " Approx::epsilon has to be in [0, 1]");
5739 m_epsilon = epsilon;
5740 }
5741
5742} // end namespace Detail
5743

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected