//MPMorph-rexx/LINKPOINTS
LINKPOINTS :
NAME
LINKPOINTS -- Links two points.
SYNOPSIS
LINKPOINTS( X1/K/A/N,Y1/K/A/N,X2/K/A/N,Y2/K/A/N )
FUNCTION
Links two points.
INPUTS
X1 - The X coord of point 1 in image 1.
Y1 - The Y coord of point 1 in image 1.
X2 - The X coord of point 2 in image 1.
Y2 - The Y coord of point 2 in image 1.
RESULT
Returns error where relevant.
EXAMPLE
LINKPOINTS X1 5 Y1 5 X2 10 Y2 10
NOTES
The coords are of the points in image 1.
BUGS
SEE ALSO
UNLINKPOINTS(), ADDGRID(), ADDPOINT().