Questions tagged [ellipse]

In geometry, an ellipse is a plane curve that results from the intersection of a cone by a plane in a way that produces a closed curve. Circles are special cases of ellipses. An ellipse is also the locus of all points of the plane whose distances to two fixed points add to the same constant.

In geometry, an ellipse (from Greek ἔλλειψις elleipsis, a "falling short") is a plane curve that results from the intersection of a cone by a plane in a way that produces a closed curve. Circles are special cases of ellipses, obtained when the cutting plane is orthogonal to the cone's axis. An ellipse is also the locus of all points of the plane whose distances to two fixed points add to the same constant.

Ellipses are closed curves and are the bounded case of the conic sections, the curves that result from the intersection of a circular cone and a plane that does not pass through its apex; the other two (open and unbounded) cases are parabolas and hyperbolas. Ellipses also arise as images of a circle under parallel projection and the bounded cases of perspective projection, which are simply intersections of the projective cone with the plane of projection. It is also the simplest Lissajous figure, formed when the horizontal and vertical motions are sinusoids with the same frequency.

838 questions
-1
votes
1 answer

Creating multiple ellipsoids in rgl to show standard deviation in position values

I have a dataset that contains 13 cameras, each camera location was reconstructed 5 times. I have aggregated the measurements into a mean and standard deviation for each the 6 variables that relate to the position of the camera [X, Y, Z, Omega, Phi,…
c0ba1t
  • 241
  • 2
  • 15
-1
votes
1 answer

Points on tilted ellipse

As the above link figure shows, let's assume that we have a tilted ellipse, say "theta" angle from its original position. How can we get the coordinate of x1, x2 which have a same y value? Either getting it analytically, or numerically would be…
-1
votes
2 answers

Units of drawEllipse

I was looking on the internet but I didn't find an answer. I need to know in what kind of units drawEllipse works: pixels, centimetres... I also need to know if there is a easy way to change that units (I need it on centimetres). Thanks a lot!
Imrik
  • 674
  • 2
  • 14
  • 32
-1
votes
1 answer

How can I create a Ellipse object based in SVG split in eight parts based in Javascript D3?

I`m trying to create in javascript a drawing based in D3 library. I saw many examples of ellipse but not split in 8 parts. I found this one but for me is being hard to figure out to create a new one. enter code here http://jsfiddle.net/KQ3eH/2/ THe…
-1
votes
1 answer

How to see if the cursor is over an ellipse

I'm currently programming a Windows Form Application using Visual Studio 2015. The program "spawns" 24 circles at the start which will then disappear, one by one, as the user clicks the different circles. The problem is that I don't know how to…
VÄLFÄRD
  • 1
  • 2
-1
votes
1 answer

I want to draw ellipse in matlab. I have ellipse parameters

Any ellipse can be uniquely defined by five parameters i.e. center x0 and y0, semi-major aixs length a, semi minor axis length b, and orientation angle theta. I have parameters x0, y0, a, b, and theta. How can I exactly draw the ellipse?
Prem
  • 9
  • 1
-1
votes
1 answer

Moving a circle in an elliptical pattern in tkinter

Okay so I'd like to make a circle move in an elliptical pattern with a button in tkinter. I previously made it move back and forth 10px at a time but I have no idea how to make it go in an ellipse My back and forth code looks like this: from Tkinter…
-1
votes
1 answer

Ellipse Not Appearing

When I try to get an Ellipse it does not show. I set the colour, size, and location. Here is my current code: public static Ellipse MainSnake = new Ellipse(); private void button_Click(object sender, RoutedEventArgs e) { button.Visibility =…
asdfasdfadsf
  • 381
  • 3
  • 14
-1
votes
1 answer

how do i go about manipulating the equations for ellipse midpoint algorithm

My question is how and what math do i use to manipulate the ellipse equation to form a midpoint algorithm and attempt to make a an ellipse. I get the code but don't understand the math that forms the basis of drawing an ellipse on screen. I'm…
death reverse
  • 31
  • 1
  • 5
-1
votes
1 answer

New to Processing need advice on Generative Stroke orbit from data

so I'm new to processing and am trying to create a generative art piece which displays the word usage of a book (in my case the Great Gatsby) and display it in a unique format. As of right now I've gotten to the part of extraction of the data with…
-1
votes
2 answers

How to limit voronoi calculations in Matlab?

I have a stack of images of an elliptical cylinder. Within the cylinder are a few "dots"/seeds of importance. I've calculated the euclidean distance between them and the nearest neighbour. My next step is to make a voronoi diagram and calculate the…
-1
votes
1 answer

FillEllipse Error

I get a JIT compiling error running this code void draw(PaintEventArgs e) { Graphics gr =this.CreateGraphics(); Pen pen = new Pen(Color.Black, 5); int x = 50; int y = 50; int width = 100; int height = 100; …
Alexandr Sargsyan
  • 656
  • 1
  • 6
  • 21
-1
votes
1 answer

How to create custom stroke color of ellipse?

I was looking around for some answers but couldn't find anything. I want to know if there's a way to make a custom stroke for an ellipse. I have a bunch of ellipses drawn on a canvas that, when clicked, the clicked ellipse is highlighted with a…
pfinferno
  • 1,779
  • 3
  • 34
  • 62
-1
votes
1 answer

Conversion of PyQt implementation of drawEllipse into Matlab

I have a python program which draws some ellipses into a window. The following python code is used w from PyQt4.QtGui import * def draw_ellipse(self, center, rad_x, rad_y, angle, color): qp =…
memyself
  • 11,907
  • 14
  • 61
  • 102
-1
votes
1 answer

How to draw shapes (ellipse) at a specific position?

Is there a simple way to draw shapes like ellipse or polygon at exact position in Photoshop? How to get circle (ellipse) centered at exact origin?
Verbatus
  • 893
  • 1
  • 6
  • 10
1 2 3
55
56