Code

Fix ef spam when adjusting pattern on text - patch from Adonis Papaderos
[inkscape.git] / src / 2geom / point-ops.h
1 //[[[cog
2 import operators
4 setContext("Point", "Matrix", "Point")
5 make({'*':'*='}, {'/':'/='})
6 apsnd({'*':'/'}, "b.inverse()")
8 setContext("Point", "double", "Point")
9 make({'*=':'*'}, {'/=':'/'}, {'*':'*'}, {'*':'/'})
11 setContext("Point", "Point", "bool")
12 make({'==':'!='})
14 setContext("Point", "Point", "Point")
15 make({'+=':'+', '-=':'-'})
16 ]]]
18 **************
19 GENERATED CODE
20 **************
21 If you wish to modify, move function out of generation region and remove the
22 cause of its generation.
23 */
25 //[[[end]]]