Top "Ellipse" questions

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.

In XAML, how can I keep an ellipse being a circle?

I'm getting XAML-blind I'm afraid. I'm developing a MS Surface application and I have an ellipse inside a ScatterViewItem (a …

wpf triggers properties ellipse
How to do c# collision detection?

Are there any predefined methods in c# which allow for collision detection? I am new to c# and am trying …

c# wpf ellipse
Point and ellipse (rotated) position test: algorithm

How to test if a point P = [xp,yp] is inside/outside some rotated ellipse given by the centre C=[…

algorithm testing position point ellipse
WPF Ellipse with BackgroundColor and Image

I'm developing a Windows Phone application and I have some Ellipses. Is it possible to have a background image on …

c# wpf windows-phone fill ellipse
How can I get ellipse coefficient from fitEllipse function of OpenCV?

I want to extract the red ball from one picture and get the detected ellipse matrix in picture. Here is …

opencv ellipse
Draw ellipse with start and end angle in Objective-C

I am writing an iPad app in which I am rendering XML objects that represent shapes into graphics on the …

objective-c ios ellipse uibezierpath geometric-arc
Triangle Filling in opencv

We have Rectangle fillings , circle and ellipse filling in opencv, but can anyone say how to fill a triangle in …

python opencv geometry ellipse
how to plot ellipse given a general equation in R?

Ellipse general equation: a * x ^ 2 + b * y ^ 2 + c * x * y + d * x + e * y + f = 0

r math plot ellipse
End the ellipse problem with TextViews

Whoa SDK, whoa... So I'm attempting to add an ellipse to the end of my TextView (single line) before it …

android textview ellipse
fit a ellipse in Python given a set of points xi=(xi,yi)

I am computing a series of index from a 2D points (x,y). One index is the ratio between minor …

python geometry ellipse