answersLogoWhite

0


Best Answer

ellipse

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a shape like a flattened circle is an?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you find an area of a shape rectangle square and a circle in C program?

By using that one thing.


What is the shape of the tooth of spur gear?

The shape is known as an involute the shape is analogous to unwinding a piece of string from a spool representing the base circle diameter of the gear, imagine your pencil at the end of the string and the string kept tight during unwinding, unwind until line meets OD of gear, then apply blend radius at base circle, then mirror about tooth centre line for full tooth profile.


How does closed circuit work?

A closed circuit works by having electricity flow in a complete circuit or circle or any closed shape.


What is the best shape for a loop and why?

What kind of loop like a music or a shape? ☺☺☺


How do you create triangle circle and rectangle classes derived from a base class shape with virtual area function in c plus plus?

#include<iostream> struct shape { virtual double area () const = 0; }; struct triangle : shape { triangle (double b, double h): base (b), height (h) {} double base, height; double area () const override { return base * height / 2; } }; struct circle : shape { circle (double r): radius (r) {} double radius; double area () const override { return 4 * atan(1) * radius * radius; } }; struct rectangle : shape { rectangle (double w, double h): width (w), height (h) {} double width, height; double area () const override { return width * height; } }; int main() { triangle t (10, 5); std::cout << "triangle with base " << t.base << " and height " << t.height << " has area " << t.area() << std::endl; circle c (5); std::cout << "circle with radius " << c.radius << " has area " << c.area() << std::endl; rectangle r (10, 5); std::cout << "rectangle with width " << r.width << " and height " << r.height << " has area " << r.area() << std::endl; }

Related questions

What is the shape of a flattened circle called?

The shape of a flattened circle is called an ellipse. The shape is similar to an oval and some may mistakenly call it an oval.


What shape is a soccer ball when flattened?

A circle.


Earth's orbit us shaped like a flattened circle. What is the name of that shape?

It is called an ellipse.


What faces does a cone have?

A plane circular face and a curved shape which, if flattened out would be a sector of a circle.A plane circular face and a curved shape which, if flattened out would be a sector of a circle.A plane circular face and a curved shape which, if flattened out would be a sector of a circle.A plane circular face and a curved shape which, if flattened out would be a sector of a circle.


Is Saturn shape like a pear or a flattened sphere?

its an flattened sphere


What does an ellipse shape look like?

An ellipse is a closed curved shape that resembles a squashed circle. It has two distinct points called foci, and the sum of the distances from any point on the ellipse to the two foci is constant. The major axis is the longest diameter of the ellipse, while the minor axis is the shortest diameter.


What is the shape of a flattened circle?

technically it's an ellipse, but if you called it an oval you wouldn't be too far wrong.


What is a circle that has been flattened a little is called?

a circle that has been flattened a little is an


What is a shape that is like a circle?

The only shape that's like a circle is another circle.


Closed conic section shaped like a flattened circle?

eclipse


What is a circle when flattened?

Ellipse


What does the shape of an ellipse describe to us?

The path of an object in orbit around another object. It's a "conical section", shaped like a circle, but "flattened" in one direction (a circle can be considered a special case of an ellipse). An ellipse has two focal points.