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 2D Ray type #230

Open
tomrijnbeek opened this issue Sep 24, 2021 · 1 comment
Open

Implement 2D Ray type #230

tomrijnbeek opened this issue Sep 24, 2021 · 1 comment
Labels
enhancement hacktoberfest Good issues to contribute as part of Hacktoberfest

Comments

@tomrijnbeek
Copy link
Member

🆙 Improvement proposal

Implement a type to represent a ray. We should have both 2D and 3D rays. This issue specifically proposes to implement a 2D ray.

Context

Ray-ray intersections, and other geometric constructions or intersections, are a common staple in games. Having a single implementation, which is correct (enforced by tests) and performant (ideally enforced by benchmarks) would be hugely beneficial. Having a ray representation would be the first requirement in implementing geometric constructions around rays.

@tomrijnbeek tomrijnbeek added enhancement hacktoberfest Good issues to contribute as part of Hacktoberfest labels Sep 24, 2021
@tomrijnbeek
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement hacktoberfest Good issues to contribute as part of Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant