Skip to main content

Circumference

Constructs a circumference.

Syntax

circumference()
circumference(Real)
circumference(Point, Real)
circumference(Point, Point, Point)
circumference(Point, Point)
circumference(Polynomial)
circumference(Arc)

Description

Constructs the unit circumference: center at the origin and radius one.

calc.circumference1.calc.png

Given a real r, constructs a circumference centered at the origin and radius rr.

calc.circumference2.calc.png

Given a point C and a real rr, constructs a circumference of center CC and radius rr.

calc.circumference3.calc.png

Given three points, constructs a circumference that intersects all of them.

calc.circumference4.calc.png
calc.circumference4.plotter0.calc.png

Given two points CC and A, constructs a circumference with center CC going through AA.

calc.circumference5.calc.png
calc.circumference5.plotter0.calc.png

Given the equation of a circumference, constructs the object.

calc.circumference6.calc.png

Given an arc, constructs a circumference containing it.

calc.circumference7.calc.png
calc.circumference7.plotter0.calc.png