Searched refs:centre (Results 1 - 12 of 12) sorted by relevance
| /inkscape/src/ui/tools/ |
| H A D | dropper-tool.h | 59 Geom::Point centre; member in class:Inkscape::UI::Tools::DropperTool
|
| H A D | dropper-tool.cpp | 74 , centre(0, 0) 170 this->centre = Geom::Point(event->button.x, event->button.y); 203 rw = std::min(Geom::L2(Geom::Point(event->button.x, event->button.y) - this->centre), 400.0); 209 Geom::Point const cd = desktop->w2d(this->centre); 217 Geom::Rect r(this->centre, this->centre);
|
| /inkscape/src/live_effects/ |
| H A D | lpe-gears.cpp | 54 Geom::Point centre() {return _centre;} function in class:Gear 55 void centre(Geom::Point c) {_centre = c;} function in class:Gear 186 double radius = Geom::distance(this->centre(), p) - this->pitch_radius(); 190 gear.centre(p); 192 double a = atan2(p - this->centre()); 246 gear->centre(gear_centre);
|
| /inkscape/src/libavoid/ |
| H A D | geomtypes.h | 302 //! @brief Constructs a rectangular polygon given the centre, width 305 //! @param[in] centre The centre of the rectangle, specified as 310 Rectangle(const Point& centre, const double width, const double height);
|
| H A D | geomtypes.cpp | 530 Rectangle::Rectangle(const Point& centre, const double width, argument 535 double xMin = centre.x - halfWidth; 536 double xMax = centre.x + halfWidth; 537 double yMin = centre.y - halfHeight; 538 double yMax = centre.y + halfHeight;
|
| /inkscape/share/extensions/ |
| H A D | wireframe_sphere.py | 133 centre = tuple(computePointInNode(list(self.view_center), self.current_layer)) #Put in in the centre of the current view 134 grp_transform = 'translate' + str( centre ) + flip 167 #the rotation will be applied about the group centre (the centre of the sphere) 179 #the centre is always at the centre of the sphere 192 delta_lat = 180.0/so.NUM_LAT #Angle between the line of latitude (subtended at the centre) 218 draw_SVG_ellipse((so.RADIUS, so.RADIUS), (0,0), stroke_width, grp) #circle, centred on the sphere centre
|
| H A D | draw_from_triangle.py | 46 def draw_SVG_circle(rad, centre, params, style, name, parent):#draw an SVG circle with a given radius as trilinear coordinates 54 cx,cy = get_cartesian_pt(centre, params) 122 def pt_from_tcf( tcf , params):#returns a trilinear triplet from a triangle centre function
|
| H A D | render_barcode_datamatrix.py | 684 centre = tuple(computePointInNode(list(self.view_center), self.current_layer)) #Put in in the centre of the current view 685 grp_transform = 'translate' + str( centre ) + ' scale(%f)' % scale
|
| H A D | render_barcode_qrcode.py | 1061 centre = tuple(computePointInNode(list(self.view_center), self.current_layer)) #Put in in the centre of the current view 1062 grp_transform = 'translate' + str( centre ) + ' scale(%f)' % scale
|
| /inkscape/src/2geom/ |
| H A D | conicsec.h | 338 * Compute the centre of simmetry of the conic section when it exists, 341 boost::optional<Point> centre() const function in class:Geom::xAx 375 * _rot_centre: the rotation centre
|
| H A D | path-intersection.cpp | 56 Point centre; local 57 Geom::centroid(pw, centre, area);
|
| H A D | conic_section_clipper_impl.cpp | 446 // if the ellipse centre is inside the rectangle 448 boost::optional<Point> c = cs.centre(); 451 DBGPRINT ("CLIP: ellipse with centre", *c)
|
Completed in 41 milliseconds