Getpoints Function Example
Details
Action
A MathScript Function that returns an array of points drawn in the
currently-selected graph window.
make v getpoints(false,10);
draw the polygon v using color red;
- v is a vector containing two vectors.
- v(1) is a vector of the x-coordinates and v(2) is a vector of the y-coordinates
of the ten selected points.
draws the polygon of vectors, filled with red.