Extended usable range of fixed-point bbox vs. line collision test
As long as the line and the box fit within the 16.16 unit range (about 65k), the test can now be done regardless of whether the absolute coordinate values are within this range. An offset is applied to bring the double-precision values near a common origin.
Extended usable range of fixed-point bbox vs. line collision test
As long as the line and the box fit within the 16.16 unit range
(about 65k), the test can now be done regardless of whether the
absolute coordinate values are within this range. An offset is
applied to bring the double-precision values near a common origin.