Circle Command
From GeoGebraWiki
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:
