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

Implement curves #10

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Implement curves #10

merged 2 commits into from
Mar 11, 2024

Conversation

Tristramg
Copy link
Contributor

@Tristramg Tristramg commented Feb 29, 2024

Closes #2

@Tristramg Tristramg changed the title Implement curves(wip) Implement curves Mar 5, 2024
- Curve is a Trait
- LineStringCurve<f64> is the default implementation
- f64 all the way
- The normal is a vector without “origin point”
- Store the length to avoid recomputing it
@Tristramg Tristramg merged commit 6d96c8d into main Mar 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement low level API: Curves
2 participants