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