Searched defs:between (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ |
H A D | math-utils.h | 63 template <class T> inline const T& between (const T& min, const T& max, const T& x) function in namespace:Geom 69 half way between two rounded numbers.
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 532 ### Returns array containig all intersections between two segmets of cubic 984 if between(alpha,0,a) or min(abs(alpha),abs(alpha-a))<straight_tolerance : 1574 def between(c,x,y): function 2135 # First of all find all intersection's between all segments of all offseted subpaths, including self intersections. 3043 # Define similarity as a simple distance between two points in len(gene)*len(spiece) -th dimentions 3601 self.OptionParser.add_option("", "--loft-distances", action="store", type="string", dest="loft_distances", default="10", help="Distances between paths.") 3946 # Creating Gcode for curve between s=curve[i-1] and si=curve[i] start at s[0] end at s[4]=si[0] 5234 where a is the angle between the bisector and the previous/next normals 5253 #multiplied by the cos of the angle between them. 5269 #if c is not between th [all...] |
Completed in 182 milliseconds