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

Move _py_triangle_intersection into hazmat. #219

Merged
merged 7 commits into from
May 13, 2020

Conversation

dhermes
Copy link
Owner

@dhermes dhermes commented May 13, 2020

No description provided.

Done via

```
git mv src/python/bezier/_py_triangle_intersection.py src/python/bezier/hazmat/triangle_intersection.py
git mv tests/unit/test__py_triangle_intersection.py tests/unit/hazmat/test_triangle_intersection.py
```
- Adding some referenced `_py_triangle_helpers` functions to
  `geometric-helpers` (this is temporary)
- Using fully-qualified names when interacting with `sphinx-docstring-typing`
  e.g. `Optional[]`, `Tuple[]`, `Set[]`
- Using `.ends_to_curve` instead of `ends_to_curve` references (and similar
  for other names)
- Drop `r` / raw prefix from a docstring because it disabled line
  continuation (had to manually escape `\\mathbf` instead)
- Add missing `:` to `:math:`
@dhermes dhermes merged commit 15ab6ec into master May 13, 2020
@dhermes dhermes deleted the triangle-intersection-to-hazmat branch May 13, 2020 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant