BETASPLINER
INTRODUCTION
OFFICIAL FUNCTIONS of the 1984 BETA-SPLINE OLYMPICS
UNOFFICIAL FUNCTIONS of the 1984 BETA-SPLINE OLYMPICS
HOW TO MAKE THE PROGRAM BOMB
HOW TO USE THE FUNCTIONS
Erase
Erase the entire image, including the grid if the grid is turned on.
<
Shifts the image to the left.
>
Shifts the image to the right.
NewImage
Erases all the control polygons and splines currently on the screen, but not the grid.
Redraw
Redraws the current trajectories on the screen. Only good for when you turn the grid off and you want to get rid of the little holes that become apparent on the active control polygon.
GridOn
Turns the grid on.
GridOff
Turns the grid off.
Get
Retrieves the trajectories from the selected file name. Currently out of commission.
Store
Stores the trajectories into the selected file name. Currently out of commission.
NewTraj
Allows the user to start specifying a new control polygon. If you delete all the control polygons and splines by mouse instead of by NewImage, you must click this menu button to start your new image.
CloseTraj
Causes the selected control polygon to become a closed polygon. Beware if you delete points from a closed control polygon.
OpenTraj
Opens up the selected control polygon.
Simplify
Invokes the Beta-spline simplification algorithm. The routine responsible for this will read the real number in the Delta viewer each time it is invoked. More about Delta below.
Local
Allows you to set different bias and tension values for each control point. This button only sets a flag. To actually change the values of the shape parameters, use the Bias and Tension viewers as described below. This is the default mode.
Global
Allows you to set one bias and tension value for all control points at once.
Bias
This viewer allows you to enter a bias value for a single control point if in local mode, or the whole control polygon if in global mode. When buttoned, a caret will appear in the place where you should enter the number. When you are ready to commit the bias value of your choice, click the Doit button.
Tension
Similarly, this viewer allows you to enter a tension value for a single control point if in local mode, or the whole control polygon if in global mode. When buttoned, a caret will appear in the place where you should enter the number. When you are ready to commit the tension value of your choice, click the Doit button.
Sorry for the incompleteness. For more information, look at dealer.tioga, thought.log, and bug.log.