HomeSort by relevance Sort by last modified time
    Searched refs:yradius (Results 1 - 3 of 3) sorted by null

  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 41 const double yradius = xradius * img_height / img_width; local
44 Vector2 start(widget->center.x() - widget->xradius, widget->center.y() - yradius);
45 Vector2 step(2*widget->xradius/img_width, 2*yradius/img_height);
178 double yradius = xradius * height() / width(); local
180 center.y() + (event->pos().y() - height()/2) * yradius * 2 / height());
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]

Completed in 133 milliseconds