Salut;
J'aimerai savoir svp comment verifier si un point est dans un espace limité ?
PAr exemple, j'ai un point:
| Point point = e.getPoint() |
et je veux savoir s'il est dans un rectangle:
| rect =new Rectangle2D.Double(300,100,5,5); |
Est ce qu'il y'aurait un test du genre:
if point in rect.getBounds2D {...} ???
Merci