Cette fonction trace dans la fenêtre Processing une forme (shape) à partir d'un tableau d'objets Point[]. Les points sont utilisés dans l'ordre croissant de l'index du tableau.
Voir également : drawRects(), drawCircle(), detectObjectIntoSceneSURF()
Déclaration source java
void drawShape(Point[] pointIn, int xRefIn, int yRefIn, float scaleIn, int colorStrokeIn, int strokeWeightIn, boolean fillIn, int colorFillIn, boolean debug)