Tagged Questions

10
votes
4answers
9k views

How to calculate center of an ellipse by two points and radius sizes

While working on SVG implementation for Internet Explorer to be based on its own VML format I came to a problem of translation of an SVG elliptical arc to an VML elliptical arc. In VML an arc is ...
4
votes
3answers
627 views

3d imaging: defining an ellipsoid based on 3 given ellipses which are parallel to the Cartesian planes

for a 3d imaging software i am coding: I need to define an ellipsoid E, which can have any radii, centers and rotations in space the user interface allows the user to control 3 ellipses, which are ...
2
votes
2answers
95 views

Calculating points on an elliptical orbit in 3D

I'm required to move my virtual camera from Point A in 3D space to Point B in an elliptical orbit. So far, I have: Calculated the projected lines from the center of each camera position (i.e. ...
1
vote
2answers
45 views

Calculate intersection of two ellipses

I used the equations found here to calculate the intersection points of two circles: (P3 is what I'm trying to get) Except, now I want to do the same with two ellipses. Calculating h is the ...
1
vote
3answers
78 views

Collision with Ellipse

For an elliptical billiard-table, how can a collision be detected and resolved between the boundary of this table and one billiard-ball? 1.) I want to see if the position, P(x,y), of the ...
1
vote
1answer
217 views

Ellipse Geometry Custom Shape

I am deriving from shape to draw an ellipse. The drawing starts at 0,0 so only the bottom right corner of the ellipse its drawn. How do I transform the origin in the overridegeometry method: class ...
0
votes
1answer
164 views

CombineGeometry between an Ellipse and a Line getting no intersection

So I tested this code (intersection between two ellipses, look at the accepted answer), but if I change one of the ellipses to a line geometry (or path geometry representing a line) and it gives me no ...
0
votes
1answer
2k views

finding a point on an ellipse circumference which is inside a rectangle having center point, height and width?

I have a rectangle in .NET in which I draw an ellipse. I know the width, height and center point of that rectangle. Of course the center point of the rectangle is also the center point of the ...
0
votes
2answers
1k views

Ellipse geometry bound points

Is there an automatic way to get all the points of an ellipse stroke, without the filling points?