Geometry_Engine: Add IEndPoints methods to get end points from a curve
Open
type:feature
- Dominant language
- C#
- Stars
- 30
- Forks
- 13
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 5
Description
#### Description:
Current functionality requires you to use `IControlPoints` and sort order and take `.First()` and `.Last()`.
This should be updated in the Physical_Engine for `IsWithinPileCap` and `EmbedVolume` at the very least.
Contributor guide
Research direction
Start by locating the Geometry_Engine definitions of IEndPoints and IControlPoints, then inspect the Physical_Engine methods IsWithinPileCap and EmbedVolume that currently depend on sorted control points and First()/Last(). Done means endpoint access is available through IEndPoints and those two methods use it correctly, with relevant tests or validation run if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100