comparing 2 java.awt.geom.area's
iSyncLtd_at_hotmail.com
Date: 02/27/05
- Next message: iSyncLtd_at_hotmail.com: "Re: Java Object-Oriented Prgramming- Basics for High School Course ???"
- Previous message: Tilman Bohn: "Re: What is wrong with this function??"
- Next in thread: Patricia Shanahan: "Re: comparing 2 java.awt.geom.area's"
- Reply: Patricia Shanahan: "Re: comparing 2 java.awt.geom.area's"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Feb 2005 18:16:49 -0800
you can compare an Area to a Rectangle using:
Area a;
Rectangle r;
(boolean) a.instrects( r );
but how can a compare two area's two each other that are not exact
rectagles?
(don't say compare one area to the bounds of another because i need
more accuarcy then that)
- Next message: iSyncLtd_at_hotmail.com: "Re: Java Object-Oriented Prgramming- Basics for High School Course ???"
- Previous message: Tilman Bohn: "Re: What is wrong with this function??"
- Next in thread: Patricia Shanahan: "Re: comparing 2 java.awt.geom.area's"
- Reply: Patricia Shanahan: "Re: comparing 2 java.awt.geom.area's"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|