This finds the entity in the rotated box.
Created for Gmod
Vector - Box center,
Angle - Box rotate,
Vector - Box min,
Vector - Box max,
Int - Dist for Sphere - It should have a multiplier of math.Sqrt(2) or `1.4(1421356237)`~ from the largest value.
Return a table of all found entities. Has a limit of 1024 entities.
About 2 times slower than ents.FindInBox and slightly slower than ents.FindInSphere.
Nak - for the description of the function made in 2016