public class TiltStroke
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
brushColor |
float |
brushSize |
java.util.ArrayList<PVector> |
positions |
Constructor and Description |
---|
TiltStroke(PApplet _parent,
java.util.ArrayList<PVector> _positions,
float _brushSize,
int _brushColor) |