Searched defs:ccw (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/2geom/ |
H A D | point.h | 131 Point ccw() const { function in class:Geom::Point 369 // return dot(a, b.ccw());
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 1669 def ccw(self): return P(-self.y,self.x) member in class:P 1742 self.n = ((self.end-self.st)/self.l).ccw() 1948 n0 = s0.ccw().unit() if s0.l2()!=0 else P(csp_normalized_normal(sp1,sp2,0)) 1949 n3 = s3.ccw().unit() if s3.l2()!=0 else P(csp_normalized_normal(sp1,sp2,1)) 1950 n1 = s1.ccw().unit() if s1.l2()!=0 else (n0.unit()+n3.unit()).unit() 3395 [ (P1-N.ccw()/2 ).to_list(), P1.to_list(), (P1+N.ccw()/2).to_list()], 6388 # Get closest possible centers of arcs, also we define that arcs are both ccw or both not.
|
/inkscape/src/ |
H A D | selection-chemistry.cpp | 1816 * Rotates selected objects 90 degrees, either clock-wise or counter-clockwise, depending on the value of ccw. 1818 void sp_selection_rotate_90(SPDesktop *desktop, bool ccw) argument 1826 Geom::Rotate const rot_90(Geom::Point(0, ccw ? 1 : -1)); // pos. or neg. rotation, depending on the value of ccw 1837 ccw ? SP_VERB_OBJECT_ROTATE_90_CCW : SP_VERB_OBJECT_ROTATE_90_CW, 1838 ccw ? _("Rotate 90\xc2\xb0 CCW") : _("Rotate 90\xc2\xb0 CW")); 1856 ? "selector:rotate:ccw" 2205 ? "selector:rotate:ccw"
|
Completed in 389 milliseconds