conics.15887.pts |
|
Figure 1: consistent
Tp(xi).n
( binheap ) |
Figure 2: f(p)
at
marching cube verteces |
mechpart.4102.pts |
|
Figure 3: consistent
Tp(xi).n
( binheap ) |
Figure 4: f(p)
at
marching cube verteces |
mechpart
,
Δ = 0.21 for conics
.
Note that for f×r×c
cubes, there'll be
(f+1)×(r+1)×(c+1)
verteces.
conics.15887.field
,
mechpart.4102.field
.
kdtree
program. Load your field file to view it. You can
then check the "field" checkbox in the View menu to
see the signed distance at each vertex.
The program was last compiled on a Linux PC running Fedora
Core 3 with g++ v3.4.3 and so should run on most of the
FX net Linux boxes (but not on the Suns).
phase3.tar.gz
) including:
README
file containing assignment and solution
descriptions, e.g., program design, description of algorithm,
etc., if appropriate.
INSTALL
file containing any specific compliation
quirks peculiar to your program, e.g.,
make
.
USAGE
file containing any specific usage quirks
peculiar to your program, e.g.,
./phase3 < conics.15887.pts
where
./phase3
is the executable and
conics.15887.pts
is the input.
src/
directory with source code.