Home
last modified time | relevance | path

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

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/material/
H A Dbumpmappingmodifier.cpp98 const double dhdu = (hu - h) / delta_u; in modify() local
101 const double dhdu = (hu - h) * m_rcp_delta_u; in modify() local
/dports/astro/gnuastro/gnuastro-0.16/bin/segment/
H A Dmain.h57 char *dhdu; /* Detection image file name. */ member