summaryrefslogtreecommitdiff
path: root/geometry/Readme
blob: 6da44b66b09f65c7f451bf5edbd72c3edd90d0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
geometry.tar - C++ classes for Point and Vector

Contains:
	* files with class definitions and methods, 
		> point.h - Point class declaration
		> point.c - Point class methods
		> vector.h - Vector class declaration
		> vector.c - Vector class methods
	* test program src code:
		> ptest.c - test Point class
		> vtest.c - test Vector class
	* Makefile to build:
		> library "geometry.a"
		> the test programs