[ ソース: python-isosurfaces ]
パッケージ: python3-isosurfaces (0.1.0+git20211002.4ae4d8d-2)
python3-isosurfaces に関するリンク
Debian の資源:
python-isosurfaces ソースパッケージをダウンロード:
- [python-isosurfaces_0.1.0+git20211002.4ae4d8d-2.dsc]
- [python-isosurfaces_0.1.0+git20211002.4ae4d8d.orig.tar.gz]
- [python-isosurfaces_0.1.0+git20211002.4ae4d8d-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Compute isolines/isosurfaces of scalar fields
Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function, i.e. curves over which `f(x,y)=0` or surfaces over which `f(x,y,z)=0`. Most similar libraries use marching squares or similar over a uniform grid, but this uses a quadtree to avoid wasting time sampling many far from the implicit surface.
This package installs the Python 3 module.
その他の python3-isosurfaces 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language