Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/TriangleMeshDistance
/ convert
Function
convert
tests/catch.hpp:9127–9129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9125
9126
template <typename T>
9127
auto convert(T t) -> Converter<T> {
9128
return Converter<T>(t);
9129
}
9130
9131
template <typename FP>
9132
bool almostEqualUlps(FP lhs, FP rhs, int maxUlpDiff) {
Callers
4
stringify
Function · 0.85
catch.hpp
File · 0.85
almostEqualUlps
Function · 0.85
convert
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected