Searched refs:subdivide_step (Results 1 – 1 of 1) sorted by relevance
67 double subdivide_step = 1.0 / m_num_steps; in init() local68 double subdivide_step2 = subdivide_step * subdivide_step; in init()76 m_saved_dfx = m_dfx = tmpx + (x2 - x1) * (2.0 * subdivide_step); in init()77 m_saved_dfy = m_dfy = tmpy + (y2 - y1) * (2.0 * subdivide_step); in init()293 double subdivide_step = 1.0 / m_num_steps; in init() local294 double subdivide_step2 = subdivide_step * subdivide_step; in init()295 double subdivide_step3 = subdivide_step * subdivide_step * subdivide_step; in init()297 double pre1 = 3.0 * subdivide_step; in init()