ugfx_release_2.6
Joel Bodenmann 2013-12-08 22:50:28 +01:00
parent ace1948817
commit f3d9b08f82
1 changed files with 1 additions and 1 deletions

View File

@ -2586,7 +2586,7 @@ void gdispGDrawBox(GDisplay *g, coord_t x, coord_t y, coord_t cx, coord_t cy, co
ny = -dx;
/* Normalize the normal vector to length width.
* This uses Newton-Rhapson to avoid the need for floating point sqrt.
* This uses Newton-Raphson to avoid the need for floating point sqrt.
* We try to solve f(div) = div^2 - len/width^2.
*/
{