Lines Matching defs:dot
951 if dot(slope_st , [- sin_*k*r, cos_*k*r]) < 0 :
1392 def dot(a,b) :
1660 def dot(self, other): return self.x * other.x + self.y * other.y
2217 if dot(csp_normalized_normal(s2[-2],s2[-1],1.),csp_normalized_slope(s1[0],s1[1],0.))*r<-0.0001 :
2221 if dot(csp_normalized_normal(s2[0],s2[1],0.),csp_normalized_slope(s1[-2],s1[-1],1.))*r>0.0001 :
2964 cos, sin = dot(cur,last_edge), cross(cur,last_edge)
4113 ### Notes, warnings adn errors could be assigned to space or comma or dot
5207 #We can correct signs by noting that the dot product
5241 # Algorithm uses dot products of normals to find radius
5252 #The dot product of two vectors gives the product of their lengths
5255 # is equal to the dot product of its normal and x2y2 or x3y3
5474 """LT Draw this point as a circle with a 1px dot in the middle (x,y)