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

Polyline implements ICurve #263

Closed
17 tasks done
d3ssy opened this issue Aug 20, 2021 · 1 comment · Fixed by #279
Closed
17 tasks done

Polyline implements ICurve #263

d3ssy opened this issue Aug 20, 2021 · 1 comment · Fixed by #279
Assignees
Labels
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)
  • TangentAt(t)
  • TangentAtLength(d)
  • ClosestPoint(pt)
  • ClosestParameter(pt)
  • LengthAt(t)
  • ParameterAt(d len)
  • GetBoundingBox()
  • Length
  • StartPoint
  • EndPoint

REMOVE:

  • public int Degree { get; }
  • public List ControlPointLocations { get; }
  • public List ControlPoints { get; }
  • public KnotVector Knots { get; }
  • public Interval Domain { get; }
@d3ssy d3ssy added the refactor 🧰 Pull requests that perform maintenance on the project but add no features or bug fixes. label Aug 20, 2021
@d3ssy
Copy link
Collaborator Author

d3ssy commented Aug 21, 2021

IMPLEMENT:

  • PointAt(t)
  • PointAtLength(d)
  • TangentAt(t)
  • TangentAtLength(d)
  • ClosestPoint(pt)
  • ClosestParameter(pt)
  • LengthAt(t)
  • ParameterAt(d len)
  • GetBoundingBox()
  • Length
  • StartPoint
  • EndPoint

REMOVE:

  • public int Degree { get; }
  • public List ControlPointLocations { get; }
  • public List ControlPoints { get; }
  • public KnotVector Knots { get; }
  • public Interval Domain { get; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

1 participant