S
S
sosme2020-06-16 12:35:56
Python
sosme, 2020-06-16 12:35:56

How to calculate the center of a circle with a radius of 40?

How to calculate the center of a circle with a radius of 40? making a calculator

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Pankov, 2020-06-16
@sosme

You, of course, "brilliantly" set the task.
But suppose that you simply did not think that there might be something incomprehensible in your formulation of the question.
If we are talking about a circle on a plane in Cartesian coordinates, then the radius will not be enough for you to calculate the coordinates of the center of the circle.
It will require, at a minimum, either a point on the border of the circle and a direction (for example, a normal vector), then the center will be calculated by the vector difference of the coordinates of the point and the product of the normal and the radius.
You can find the center by the radius and two points on the border of the circle. What are the inputs?

D
Developer, 2020-06-16
@samodum

The center of the circle will be 40 units below the top border and 40 units to the right of the left edge of the circle

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question