Tuesday, November 9, 2010

Taking a step back

Minor setback with CubicCurve2D. It turns out that the edge doesn't pass through its control points, they're mainly guides for the cubic solver that generates the curve's equation. This means that dragging control points directly can get a little hairy. I will need to discuss this with my advisor (Dondi). I'm hoping we can figure something out such that we can keep CubicCurve2D and still have the UI remain clean and intuitive.

In the mean time I'm going to take a step back and clean up the code I have thus far and ensure all the features that I've created thus far are functioning properly. I'm also going to clean up the code as I go along.

Concerning new features, I intend on implementing undo/redo shortly.

No comments:

Post a Comment