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

Fix terrible mistake in TypedVector3D::to_point #204

Merged
merged 3 commits into from Jun 2, 2017

Conversation

@nical
Copy link
Collaborator

nical commented Jun 2, 2017

This change is Reviewable

@nical
Copy link
Collaborator Author

nical commented Jun 2, 2017

r? @nox

@nox
Copy link
Member

nox commented Jun 2, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Jun 2, 2017

📌 Commit c8b7ca4 has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Jun 2, 2017

Testing commit c8b7ca4 with merge 42669d0...

bors-servo added a commit that referenced this pull request Jun 2, 2017
Fix terrible mistake in TypedVector3D::to_point

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/204)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jun 2, 2017

☀️ Test successful - status-travis
Approved by: nox
Pushing 42669d0 to master...

@bors-servo bors-servo merged commit c8b7ca4 into servo:master Jun 2, 2017
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@nical nical deleted the nical:omg-to-vector branch Jun 2, 2017
@@ -430,7 +430,7 @@ impl<T: Copy, U> TypedPoint3D<T, U> {
/// Equivalent to substracting the origin to this point.
#[inline]
pub fn to_vector(&self) -> TypedVector3D<T, U> {
vec3(self.x, self.y, self.y)
vec3(self.x, self.y, self.z)

This comment has been minimized.

@kvark

kvark Jun 2, 2017

Member

oh, no!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.