Additional Material


- curv3000.in

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;;	The file curv3000.in contains the specification
;;	of 3000 random 2D Bezier curves used as the
;;	test set for the algorithm proposed in the
;;	paper "Approximate Arc Length Parametrization"
;;	
;;	The first line in the file is the number of
;;	curves defined (in this case 3000) and each
;;	subsequent line in the file contains 8 float
;;	numbers in the range (0.0, 10.0). Each pair
;;	defines a control vertex for the 2D Bezier
;;	curve.
;;	The 8 values were generated by independent
;;	calls to a uniformly distributed random generator
;;	number function described in the book Numerical
;;	Recipes in C.
;;
;;	Author: Marcelo Walter (marcelow@cs.ubc.ca)
;;	Date:	August, 1996
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;