You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kaveh808 Sorry it's been so long since I've touched this. Life has been very demanding as of late. I was able to take a look at curve.lisp and I have have developed a fairly good understanding of what's going on. My first attempt at making a 3-point curve is to evoke make-line-curve for points p0 to p1 and then from p1 to p2. Using the example from other curve functions I have this so far:
However, I know I'm missing something. I'm not exactly sure how to use make-curve since I'm pretty new to CLOS. Any hints at where I should go from here or if my start might be off in some important way?
In
kernel/curve.lisp
, implement the function:The text was updated successfully, but these errors were encountered: