Evans Kiplagat

Results 3 comments of Evans Kiplagat

`radiusX`, `radiusY` are the points you are referring to as the `perpendicular points`, and yes `cx`, `cy` are the centers. The points I have shown above are obtained from a...

I am a bit lost on the x, and y points in the textbox section, where are they from?

at the last point of the `drawing/drawRotatedEllipse.ts` you are drawing on the canvas as ```js path(context, options, (context: any) => { context.ellipse( center.x, center.y, longestDistance / 2, shortestDistance, angle, 0,...