Best way to scale a vertex.
in
Programming Questions
•
3 years ago
Hi everyone, could be a silly question but i can´t find the answer until now u_u , i have a serie of positions with minimal distance between them, somenthing like this :
775.53375,737.77734
775.52997,737.7678
775.4771,737.788
775.5931,737.8874
775.5956,737.8857
each line represents x and y , once that i`ve created the shape using beginShape and vertex the result is a tiny line almost invisble.
I tried to use peasy cam to to zoom and look at the vertex but seems that these doesn´t become any bigger. I tried scale function too.
Thanks.
1