Exemplo n.º 1
0
def project(K, Rt, points):
    return project_impl(K, Rt, points)
Exemplo n.º 2
0
Arquivo: util.py Projeto: cs4670/pa4
def project(K, Rt, points):
    return project_impl(K, Rt, points)