| This is read-only version of the old wiki, feel free to browse it for materials. If you want to share your own materials, please use GeoGebraTube instead. You are also welcome to help us enhance the new wiki. If any questions arise, please contact the webmaster. |
Corner Command
Syntax
Corner[Image pic, number n] Corner[number n]
Action
- If pic is set, places a point on the nth corner of a picture, with the maximum of four corners. Corners are numbered 1-4 going counter-clockwise, with corner 1 the lower-left corner.
- Otherwise
- for n=1 to 4 creates point in the corner of the current screen (numbering is the same as in previous case). This point is not visible.
- for n=5 creates a point whose coordinates are the width and height of drawing pad in pixels.
Notes:
- The new point appears in the algebra window as a dependent object.
- If a number other than 1-4 (or 5 in case pic is not set) is used an undefined point will be created.
Example
- Corner[pic1, 1] - Places a point at corner 1 of picture pic1.
- Line[Corner[2],Corner[4]] - creates screen diagonal