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 upTrack coordinate system in gfx #12804
Open
Labels
Comments
|
Sounds good to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In layout, when running in debug mode, every
LogicalPointhas a member variable for its direction, whether it's horizontal/vertical RTL/LTR. Could we do the same thing in gfx for all the points? #12777 shows why we might want to do that. Then it can panic if points from two different coordinate systems are compared.