Home
last modified time | relevance | path

Searched defs:close_uv_loop (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_shapes.erl626 close_uv_loop(1.0, UVuB, UVuC) when (UVuB < 0.5); (UVuC < 0.5) -> 0.0; function
627 close_uv_loop(UVuA, _, _) -> UVuA. function