Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate ICurve Interface #257

Closed
10 of 14 tasks
d3ssy opened this issue Aug 20, 2021 · 0 comments · Fixed by #296
Closed
10 of 14 tasks

Consolidate ICurve Interface #257

d3ssy opened this issue Aug 20, 2021 · 0 comments · Fixed by #296
Assignees
Labels
enhancement 📢 Issues describing an enhancement or pull requests adding an enhancement. refactor 🧰 Pull requests that perform maintenance on the project but add no features or bug fixes.

Comments

@d3ssy
Copy link
Collaborator

d3ssy commented Aug 20, 2021

IMPLEMENT:

  • PointAt(t)
  • PointAtLength(d)
  • ClosestPoint(pt)
  • ClosestParameter(pt)
  • LengthAt(t)
  • GetBoundingBox()
  • Length
  • StartPoint
  • EndPoint
  • Domain

REMOVE:

  • public int Degree { get; }
  • public List ControlPointLocations { get; }
  • public List ControlPoints { get; }
  • public KnotVector Knots { get; }
@sonomirco sonomirco added enhancement 📢 Issues describing an enhancement or pull requests adding an enhancement. refactor 🧰 Pull requests that perform maintenance on the project but add no features or bug fixes. labels Aug 20, 2021
@sonomirco sonomirco changed the title Extend ICurve Interface Remove ICurve Interface Aug 25, 2021
@sonomirco sonomirco changed the title Remove ICurve Interface Consolidate ICurve Interface Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 📢 Issues describing an enhancement or pull requests adding an enhancement. refactor 🧰 Pull requests that perform maintenance on the project but add no features or bug fixes.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants