Searched refs:RADIUS (Results 1 - 2 of 2) sorted by relevance
/inkscape/share/extensions/ |
H A D | wireframe_sphere.py | 99 dest="RADIUS", default=100.0) 124 so.RADIUS = self.unittouu(str(so.RADIUS) + 'px') 155 width = so.RADIUS * cos(long_angle) 156 height = so.RADIUS * sin(long_angle) * sin(so.TILT) #the rise is scaled by the sine of the tilt 158 # inverse = sin(acos(length/so.RADIUS)) 161 minorRad = so.RADIUS * inverse 180 draw_SVG_ellipse( ( minorRad, so.RADIUS ), (0,0), stroke_width, grp_long , start_end,transform) 197 majorRad=so.RADIUS*sin(lat_angle) #The width of the LoLat (no change due to projection) 198 minorRad=so.RADIUS*si [all...] |
/inkscape/src/ui/widget/ |
H A D | gimpcolorwheel.c | 1208 #define RADIUS 4 macro 1212 cairo_arc (cr, xx, yy, RADIUS, 0, 2 * G_PI);
|
Completed in 17 milliseconds