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
Parameters like this really confused,
What is the differences of PtLikeIterable or GroupLike
Or construct a Group(new Pt(x,y), new Pt(a,b)), Group([1,2,3,4])
In practice, I think all these objects are different, because some works in Curve, some don't.
I think this is the biggest obstacle in this project, people have to read your Demo code to try which works.
The text was updated successfully, but these errors were encountered:
pts: GroupLike
Parameters like this really confused,
What is the differences of PtLikeIterable or GroupLike
Or construct a Group(new Pt(x,y), new Pt(a,b)), Group([1,2,3,4])
In practice, I think all these objects are different, because some works in Curve, some don't.
I think this is the biggest obstacle in this project, people have to read your Demo code to try which works.
The text was updated successfully, but these errors were encountered: