mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
20 lines
1.0 KiB
Plaintext
20 lines
1.0 KiB
Plaintext
GTS stands for the GNU Triangulated Surface Library. It is an Open Source
|
|
Free Software Library intended to provide a set of 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.
|