コード例 #1
0
ファイル: rootfind.py プロジェクト: arocchi/Klampt
def destroy():
  """
    destroy()

    destroys internal data structures 
    """
  return _rootfind.destroy()
コード例 #2
0
ファイル: rootfind.py プロジェクト: paperstiger/Klampt
def destroy():
    """
    destroy()

    destroys internal data structures 
    """
    return _rootfind.destroy()
コード例 #3
0
ファイル: rootfind.py プロジェクト: RGrant92/Klampt
def destroy():
  return _rootfind.destroy()