I don't think so. Translate doesn't affect individual vertices, but rather the PShape's PMatrix. In other words, the vertices are (individual) object coordinates, while operations like translate, rotate, scale affect the world coordinates (of the whole shape). Note that this is more efficient, because you change a matrix instead of possibly a lot of vertices. At least that's my $0.02.
↧