Add DhSectionPos.getNumberOfLodSectionsWide()

This commit is contained in:
James Seibel
2023-09-14 07:52:04 -05:00
parent 00806933e0
commit 269b763b73
3 changed files with 44 additions and 13 deletions
@@ -30,7 +30,7 @@ public class BitShiftUtil
{
/**
* Equivalent to: <br>
* {@literal 1 << value0, } <br>
* {@literal 1 << value, } <br>
* 2^value, <br>
* Math.pow(2, value) <br><br>
*