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

Fixed Geometry2D::get_closest_points_between_segments docs #44317

Merged
merged 1 commit into from
Dec 12, 2020

Conversation

mbrlabs
Copy link
Contributor

@mbrlabs mbrlabs commented Dec 12, 2020

While writing unit tests for the Geometry2D class i thought i caught a bug in Geometry2D::get_closest_points_between_segments, but actually it's just the documentation that's wrong.
The segments are (p1, q1), (p2, q2) not (p1, p2), (q1, q2).

@mbrlabs mbrlabs requested a review from a team as a code owner December 12, 2020 11:29
@akien-mga akien-mga added cherrypick:3.x Considered for cherry-picking into a future 3.x release documentation enhancement labels Dec 12, 2020
@akien-mga akien-mga added this to the 4.0 milestone Dec 12, 2020
@akien-mga akien-mga merged commit 0762484 into godotengine:master Dec 12, 2020
@akien-mga
Copy link
Member

Thanks!

@mbrlabs mbrlabs deleted the geometry2d-docs branch December 15, 2020 10:40
@akien-mga
Copy link
Member

Cherry-picked for 3.2.4.

@akien-mga akien-mga removed the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Dec 29, 2020
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.

2 participants