Crates.io | tri-mesh |
lib.rs | tri-mesh |
version | 0.6.1 |
source | src |
created_at | 2019-01-16 10:47:41.181522 |
updated_at | 2024-09-02 09:59:45.873347 |
description | A triangle mesh data structure including basic operations. |
homepage | |
repository | https://github.com/asny/tri-mesh |
max_upload_size | |
id | 108889 |
size | 213,994 |
This crate contains an implementation of the half-edge data structure which represents a triangle mesh and is efficient for creating, editing, traversing and computing on that mesh. The mesh can easily be created from and exported into a format that is efficient for visualization.
This crate also contains basic functionality to safely operate on this mesh data structure and which can be used for implementing more advanced operations, for example
Finally, a set of more or less advanced operations is also provided, for example
Please, see the documentation for more details.