MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator-

Method operator-

tests/catch.hpp:5710–5714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5708 }
5709
5710 Approx Approx::operator-() const {
5711 auto temp(*this);
5712 temp.m_value = -temp.m_value;
5713 return temp;
5714 }
5715
5716 std::string Approx::toString() const {
5717 ReusableStringStream rss;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected