Searched defs:normalize (Results 1 - 8 of 8) sorted by relevance
/inkscape/share/extensions/ |
H A D | color_custom.py | 28 def normalize(self, v): member in class:C 48 r2=self.normalize(eval(self.options.rFunction,safeenv)) 49 g2=self.normalize(eval(self.options.gFunction,safeenv)) 50 b2=self.normalize(eval(self.options.bFunction,safeenv))
|
H A D | gcodetools.py | 927 if abs(n[0]**2+n[1]**2 - 1) > 1e-10 : n = normalize(n) 1382 def normalize((x,y)) : function 2755 direction = normalize(direction) 3535 normalize(direction) 3543 direction = normalize(direction) 4974 # normalize p1p2 and p2p3 to get angle 4975 s1,s2 = normalize( p1[0]-p2[0], p1[1]-p2[1]), normalize( p3[0]-p2[0], p3[1]-p2[1])
|
/inkscape/src/ |
H A D | proj_pt.cpp | 41 Pt2::normalize() { function in class:Proj::Pt2 90 Pt3::normalize() { function in class:Proj::Pt3
|
H A D | sp-ellipse.cpp | 403 this->normalize(); 532 const_cast<SPGenericEllipse*>(this)->normalize(); 608 void SPGenericEllipse::normalize() function in class:SPGenericEllipse
|
/inkscape/src/2geom/ |
H A D | point.cpp | 74 void Point::normalize() { function in class:Geom::Point 169 * This is equivalent to copying the point and calling its normalize() method. 179 ret.normalize(); 187 * @code abs(a).normalize() == abs(b).normalize() @endcode 189 * @code are_near(abs(a).normalize(), abs(b).normalize()) @endcode
|
H A D | polynomial.cpp | 62 void Poly::normalize() { function in class:Geom::Poly 68 normalize(); 81 p.normalize(); 203 r.normalize(); 204 c.normalize();
|
H A D | line.h | 203 void normalize() { function in class:Geom::Line 210 v.normalize(); 216 v.normalize();
|
/inkscape/ |
H A D | buildtool.cpp | 1883 virtual void normalize(); 2161 newUri.normalize(); 2180 void URI::normalize() function in class:buildtool::URI 2214 //## Clean up (normalize) segments 2511 normalize(); 6152 URI fullPathURI(dfname); //normalize path name
|
Completed in 71 milliseconds