| 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. |
Circle Command
Circle with a centre point and radius
Syntax: Circle[Point M, Number r]
Action: Creates a circle with centre M and radius r.
Example: Circle[M, 2]
Notes:
Circle with a centre point and radius
Circle with a centre point and a segment
Syntax: Circle[Point M, Segment s]
Action: Creates a circle with centre M and radius equal to the length of the segment.
Example: Circle[M, s]
Notes:
Circle with centre through a point
Syntax: Circle[Point M, Point A]
Action: Creates a circle with centre M through point A.
Example: Circle[M, A]
Notes:
Circle through three points
Syntax: Circle[Point A, Point B, Point C]
Action: Creates a circle that passes through three points.
Example: Circle[A, B, C]
Notes:
Go to: