Rick C. Hodgin
2020-10-13 19:47:32 UTC
I was thinking if we could come up with a way to optimize a real-world
problem I have right now.
I have two rectangles r1 and r2. I need to determine if r1 is 1) fully
inside, 2) partially inside, or 3) not inside r2.
The coordinates are all signed integers ranging from -32768 to +32767.
What do you think?
-----
BTW, the reason I haven't been here for our last competition is because
I've been pursuing an idea that occurred to me about ten years ago.
I've been working on an Open GL simulation bringing the idea to a
visualization. This theory answers a lot of unanswered questions about
our solar system:
Perspective:
Orthographic:
problem I have right now.
I have two rectangles r1 and r2. I need to determine if r1 is 1) fully
inside, 2) partially inside, or 3) not inside r2.
The coordinates are all signed integers ranging from -32768 to +32767.
What do you think?
-----
BTW, the reason I haven't been here for our last competition is because
I've been pursuing an idea that occurred to me about ten years ago.
I've been working on an Open GL simulation bringing the idea to a
visualization. This theory answers a lot of unanswered questions about
our solar system:
Perspective:
Orthographic:
--
Rick C. Hodgin
Rick C. Hodgin