Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded is_2d() and new_2d() methods to Matrix4D #134
Conversation
|
For reference where are these used in Servo? |
|
Both used in implementing this https://drafts.fxtf.org/geometry/#dommatrix Then there is this: https://github.com/servo/servo/blob/605842f193aedc1151ab38a99c49f693c76e5cf3/components/style/properties.mako.rs#L6490 |
|
@frewsxcv Can you restart the build? It failed on a network connectivity problem. |
|
Restarted. |
|
@frewsxcv The work in progress that I would like to use this for is: |
|
r? @glennw |
|
Actually, this doesn't necessarily need Glenn, disregard the review ping |
|
@nox on IRC says this looks good, and it LGTM as well. @bors-servo r=nox,frewsxcv |
|
|
Added is_2d() and new_2d() methods to Matrix4D These make sense in Euclid, rather than duplicating in other areas of Servo. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/euclid/134) <!-- Reviewable:end -->
|
|
peterjoel commentedMar 25, 2016
These make sense in Euclid, rather than duplicating in other areas of Servo.
This change is