Tagged Questions

1
vote
1answer
74 views

Mid-point of QuadCurve2D

I'm using Java's QuadCurve2D and I'd like to show an anchor point exactly half way across this curve. I have code like this: Point anchor = anchor(); if (showArcHandle) { Ellipse2D.Float e = ...