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

Line.is_parallel()? #57

Closed
novialriptide opened this issue Aug 29, 2022 · 0 comments · Fixed by #60
Closed

Line.is_parallel()? #57

novialriptide opened this issue Aug 29, 2022 · 0 comments · Fixed by #60
Assignees
Labels
lang:c submodule:line type:enhancement New feature or request type:new_api Adds new functionalities to the project type:suggestion Suggests a potential change / improvement

Comments

@novialriptide
Copy link
Member

novialriptide commented Aug 29, 2022

Example:

a = Line(1, 1, 0, 0)
b = Line(2, 1, 1, 0)
a.is_parallel(b)
@novialriptide novialriptide added type:enhancement New feature or request type:new_api Adds new functionalities to the project submodule:line type:suggestion Suggests a potential change / improvement lang:c labels Aug 29, 2022
@novialriptide novialriptide self-assigned this Sep 10, 2022
@itzpr3d4t0r itzpr3d4t0r linked a pull request Sep 11, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang:c submodule:line type:enhancement New feature or request type:new_api Adds new functionalities to the project type:suggestion Suggests a potential change / improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant