Line 3... |
Line 3... |
3 |
|
3 |
|
4 |
This README describes the GEL project. GEL stands for Geometry and Linear
|
4 |
This README describes the GEL project. GEL stands for Geometry and Linear
|
5 |
Algebra which are the constituents we will mostly put into this library.
|
5 |
Algebra which are the constituents we will mostly put into this library.
|
6 |
|
6 |
|
7 |
There are a good many tools for computational geometry processing: A
|
7 |
There are a good many tools for computational geometry processing: A
|
8 |
voxel grid and a simple triangle mesh data structure. There is also a
|
8 |
voxel grid and a simple triangle mesh data structure. There is also halfedge
|
9 |
more advanced triangle mesh data structure called IMesh and a halfedge
|
- |
|
10 |
based polygonal mesh data structure called HMesh. There is a very
|
9 |
based polygonal mesh data structure called HMesh. There is a very
|
11 |
useful data structure known as a k-D tree and many other things.
|
10 |
useful data structure known as a k-D tree and many other things.
|
12 |
|
11 |
|
13 |
Also found are two packages for linear algebra: CGLA is strictly for
|
12 |
Also found are two packages for linear algebra: CGLA is strictly for
|
14 |
small vectors and matrices. LinAlg is a Lapack wrapper for slightly
|
13 |
small vectors and matrices. LinAlg is a Lapack wrapper for slightly
|