Posts by Mirador • 23 points
1 post
-
2
votes1
answer433
viewsQ: Draw Regular Polygons inscribed in a circle with Canvas in Javafx
Mind you, this is a method I’ve developed to create the vertices of regular polygons inscribed in a radius circumference r @Override public float calcularRaio(float lado, int numeroLados) {//…