예제 #1
0
파일: rootfind.py 프로젝트: arocchi/Klampt
def destroy():
  """
    destroy()

    destroys internal data structures 
    """
  return _rootfind.destroy()
예제 #2
0
def destroy():
    """
    destroy()

    destroys internal data structures 
    """
    return _rootfind.destroy()
예제 #3
0
파일: rootfind.py 프로젝트: RGrant92/Klampt
def destroy():
  return _rootfind.destroy()