Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #19144

Re: rectangle contains point

From Jeff Higgins <jeff@invalid.invalid>
Newsgroups comp.lang.java.programmer
Subject Re: rectangle contains point
Date 2012-10-05 15:43 -0400
Organization A noiseless patient Spider
Message-ID <k4ncuf$scl$1@dont-email.me> (permalink)
References <ae6e3b64-41bf-40c9-9197-1097c164033b@googlegroups.com>

Show all headers | View raw


On 10/05/2012 03:00 PM, bob smith wrote:
> So, I have a rectangle class as follows:
>
> public class My_Rectangle {
> 	double x, y, width, height;
> 	AffineTransform aft;
>
> Anyone know a good strategy for checking if a point is in the rectangle?
>
> The main difficulty is the transform.
John B. Matthews provided a strategy for this
in a reply to another of your recent posts.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

rectangle contains point bob smith <bob@coolfone.comze.com> - 2012-10-05 12:00 -0700
  Re: rectangle contains point markspace <-@.> - 2012-10-05 12:20 -0700
  Re: rectangle contains point Eric Sosman <esosman@comcast-dot-net.invalid> - 2012-10-05 15:23 -0400
    Re: rectangle contains point bob smith <bob@coolfone.comze.com> - 2012-10-05 14:16 -0700
  Re: rectangle contains point Jeff Higgins <jeff@invalid.invalid> - 2012-10-05 15:43 -0400

csiph-web