Home
last modified time | relevance | path

Searched refs:max_squared_length (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dg_subpaths.c694 double sqdist, max_squared_length; in _add_bezier2_as_lines() local
707 max_squared_length = REL_QUAD_FLATNESS * REL_QUAD_FLATNESS * sqdist; in _add_bezier2_as_lines()
740 if (vec1.x * vec1.x + vec1.y * vec1.y < max_squared_length) in _add_bezier2_as_lines()
792 double sqdist, max_squared_length; in _add_bezier3_as_lines() local
805 max_squared_length = REL_CUBIC_FLATNESS * REL_CUBIC_FLATNESS * sqdist; in _add_bezier3_as_lines()
844 if (vec1.x * vec1.x + vec1.y * vec1.y < max_squared_length in _add_bezier3_as_lines()
845 && vec2.x * vec2.x + vec2.y * vec2.y < max_squared_length) in _add_bezier3_as_lines()