Searched refs:distColor (Results 1 – 1 of 1) sorted by relevance
295 float distColor = sqr(static_cast<float>(cp.x-cq.x)) in operator ()() local298 float w = 1.f / (std::sqrt(distColor * (dx*dx + dy*dy)) + eps); in operator ()()