|
INFO607
|
#include <points.h>
Public Attributes | |
| double | x |
| double | y |
Un point est une structure contenant un tableau de DIM double, ses coordonnées.
| double SPoint::x |
Definition at line 5 of file points.h.
Referenced by diskRandom(), drawingAreaPoint2Point(), drawLine(), drawParticule(), drawPoint(), point2DrawingArea(), point2DrawingAreaPoint(), Point_add(), Point_distance(), Point_dot(), Point_mul(), and Point_sub().
| double SPoint::y |
Definition at line 6 of file points.h.
Referenced by diskRandom(), drawPoint(), and point2DrawingArea().