@ -13,7 +13,7 @@ def cLineIntersection(cA0, cA1, cB0, cB1):
@jit
def Between(rA,rB,rN):
return (rA < rN and rN < rB) or (rB < rN and rN < rA)
return (rA <= rN and rN <= rB) or (rB <= rN and rN <= rA)
def cBetween(cA,cB,cN):
The note is not visible to the blocked user.