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