[BACK]Return to DESCR CVS log [TXT][DIR] Up to [local] / mystuff-openscad / cad / manifold / pkg

Annotation of mystuff-openscad/cad/manifold/pkg/DESCR, Revision 1.1

1.1     ! afresh1     1: Manifold is a geometry library dedicated to creating and operating
        !             2: on manifold triangle meshes. A manifold mesh is a mesh that represents
        !             3: a solid object, and so is very important in manufacturing, CAD,
        !             4: structural analysis, etc. Manifold also supports arbitrary vertex
        !             5: properties and enables mapping of materials for rendering use-cases.
        !             6: Our primary goal is reliability: guaranteed manifold output without
        !             7: caveats or edge cases. Our secondary goal is performance: efficient
        !             8: algorithms that make extensive use of parallelization, or pipelining
        !             9: when only a single thread is available.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>