Ejemplo n.º 1
0
def line_get_intersections(*args):
  return _pixy.line_get_intersections(*args)
Ejemplo n.º 2
0
def line_get_intersections(max_intersections, intersections):
    return _pixy.line_get_intersections(max_intersections, intersections)
Ejemplo n.º 3
0
def line_get_intersections(max_intersections: 'int',
                           intersections: 'IntersectionLineArray') -> "int":
    return _pixy.line_get_intersections(max_intersections, intersections)