~centralelyon2010/inkscape/imagelinks2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//[[[cog
import operators

setContext("Point", "Matrix", "Point")
make({'*':'*='}, {'/':'/='})
apsnd({'*':'/'}, "b.inverse()")

setContext("Point", "double", "Point")
make({'*=':'*'}, {'/=':'/'}, {'*':'*'}, {'*':'/'})

setContext("Point", "Point", "bool")
make({'==':'!='})

setContext("Point", "Point", "Point")
make({'+=':'+', '-=':'-'})
]]]

**************
GENERATED CODE
**************
If you wish to modify, move function out of generation region and remove the
cause of its generation.
*/

//[[[end]]]