61c59892a6
useful functions to deal with 3D surfaces meshed with interconnected triangles. A brief summary of its main features: * Simple object-oriented structure giving easy access to topological properties. * 2D dynamic Delaunay and constrained Delaunay triangulations. * Robust geometric predicates (orientation, in circle) using fast adaptive floating point arithmetic. * Robust set operations on surfaces (union, intersection, difference). * Surface refinement and coarsening (multiresolution models). * Dynamic view-independent continuous level-of-detail. * Preliminary support for view-dependent level-of-detail. * Bounding-boxes trees and Kd-trees for efficient point location and collision/intersection detection. * Graph operations: traversal, graph partitioning. * Metric operations (area, volume, curvature ...). * Triangle strips generation for fast rendering.
17 lines
298 B
Text
17 lines
298 B
Text
@comment $NetBSD: PLIST,v 1.1 2017/05/22 08:49:48 adam Exp $
|
|
bin/delaunay
|
|
bin/gts-config
|
|
bin/gts2dxf
|
|
bin/gts2oogl
|
|
bin/gts2stl
|
|
bin/gtscheck
|
|
bin/gtscompare
|
|
bin/gtstemplate
|
|
bin/happrox
|
|
bin/stl2gts
|
|
bin/transform
|
|
include/gts.h
|
|
include/gtsconfig.h
|
|
lib/libgts.la
|
|
lib/pkgconfig/gts.pc
|
|
share/aclocal/gts.m4
|