Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BitsToIndices

int [] Microsoft.Xna.Framework.Gjk.BitsToIndices
staticprivate
Initial value:
= new int[16]
{
0, 1, 2, 17, 3, 25, 26, 209, 4, 33,
34, 273, 35, 281, 282, 2257
}

Definition at line 8 of file Gjk.cs.

9 {
10 0, 1, 2, 17, 3, 25, 26, 209, 4, 33,
11 34, 273, 35, 281, 282, 2257
12 };

Referenced by Microsoft.Xna.Framework.Gjk.AddSupportPoint(), Microsoft.Xna.Framework.Gjk.ComputeClosestPoint(), Microsoft.Xna.Framework.Gjk.IsSatisfiesRule(), and Microsoft.Xna.Framework.Gjk.UpdateDeterminant().