Next:
Intersection between a line
Up:
Preliminary results
Previous:
Special case handling: center
Contents
Inside/outside check
Given a test point
, it is very simple to check if it lies inside the ellipse or outside of it. This check is done by computing the sign of expression:
(
3
)
the point is outside if the sign is positive, inside otherwise.
Luc Maisonobe 2006-02-04