I am trying to code something to tell me if a selected point is in a
particular ellipse. For the ellipse I know how it was constructed
(know the x,y, and width, height). But if I just check to see if the
point is in the rectangle making up the ellipse wouldn't that possibly
give me a false answer? Eg if the point is the upper left coordinate
of the rectangle...thi s point is in the rectangle making up ellipse
but NOT the ellipse itself.
Thanks for and advice.
particular ellipse. For the ellipse I know how it was constructed
(know the x,y, and width, height). But if I just check to see if the
point is in the rectangle making up the ellipse wouldn't that possibly
give me a false answer? Eg if the point is the upper left coordinate
of the rectangle...thi s point is in the rectangle making up ellipse
but NOT the ellipse itself.
Thanks for and advice.
Comment