Is there a way to modify a polygon in JavaFX? For example if I have a triangle and I press and then drag a point from that triangle, the triangle will modify with the new coordinates of the point.
Here is a sample solution.
I derived this solution from: CubicCurve JavaFX