Esempio n. 1
0
def IntersectionLineArray_frompointer(t):
    return _pixy.IntersectionLineArray_frompointer(t)
Esempio n. 2
0
def IntersectionLineArray_frompointer(
        t: 'IntersectionLine') -> "IntersectionLineArray *":
    return _pixy.IntersectionLineArray_frompointer(t)