No project description provided
Project description
Simple Directed Edge Python implementation for triangle meshes
directed_edge module
TODO
off module
TODO
Example:
# import modules
from malla import directed_edge as de
from malla import off
from dataclasses import dataclass
# create a class for vertex data
@dataclass
class Vertex:
x: float
y: float
z: float
# read mesh from off file
v, f = off.read('model.off')
# create a mesh
v = [Vertex(*P) for P in v]
m = de.mesh(v, f)
# write mesh to off file
off.write('output-model.off', m)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
malla-0.1.6.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
malla-0.1.6-py3-none-any.whl
(3.5 kB
view details)
File details
Details for the file malla-0.1.6.tar.gz.
File metadata
- Download URL: malla-0.1.6.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/6.2.13-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb4c6607ed52b345f600bf430712b73f2895ced19c33181ce1be52c71257b8e7
|
|
| MD5 |
46dbd3bc6d5ca5394deea7c3ff13a7fe
|
|
| BLAKE2b-256 |
e54ffb047e639f8d805013890a9aa9d36a7585dd51647b83c4b506415fd3eb9f
|
File details
Details for the file malla-0.1.6-py3-none-any.whl.
File metadata
- Download URL: malla-0.1.6-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.3 Linux/6.2.13-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a762718f02b88d0b0d42f9393e8bed22a8f7560f78696d4d1b6af2ca4ab90c0
|
|
| MD5 |
d9d309cc9ee7a5ce779eb2f7a89e097f
|
|
| BLAKE2b-256 |
68e4da9fbc470c7ce04a499d2c6553ed9433baf4a1ca6153fd8181849b99adb1
|