Searched defs:v_add (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dtriangle.py66 def v_add( (x1,y1),(x2,y2) ):#add an offset to coordinates function
78 b = v_add(a, (s_c, 0)) #point B is horizontal from the origin
79 c = v_add(b, pt_on_circ(s_a, pi-a_b) ) #get point c

Completed in 13 milliseconds