Documentation RectD #953
willemj-707
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using RectClip in C#, but it yielded unexpected results (no clipping results while there should have been). When diving into the implementation, I found that RectD is defined such that:
RectD.bottom >= RectD.top
This did not seem very intuitive to me. Maybe it is worth to mention in the documentation?
Beta Was this translation helpful? Give feedback.
All reactions