Figure 1: conics.15887.pts data | Figure 2: kd-tree | Figure 3: tangent plane normals | |
Figure 4: mechpart.4102.pts data | Figure 5: kd-tree | Figure 6: tangent plane normals |
min
and max
with the minimum and maximum coordinates
of the point cloud, respectively.
TangentPlane
object, and add its pointer to a list
(STL vector
) of pointers to
TangentPlane
.
kdtree
program. Load your tangent plane file and then check
the "Normals" checkbox in the View menu.
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).
phase1.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.,
./phase1 < conics.15887.pts
where
./phase1
is the executable and
conics.15887.pts
is the input.
src/
directory with source code.