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

Method Approx

tests/catch.hpp:5699–5704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5697namespace Detail {
5698
5699 Approx::Approx ( double value )
5700 : m_epsilon( std::numeric_limits<float>::epsilon()*100 ),
5701 m_margin( 0.0 ),
5702 m_scale( 0.0 ),
5703 m_value( value )
5704 {}
5705
5706 Approx Approx::custom() {
5707 return Approx( 0 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected