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

◆ Intersects() [1/9]

bool Microsoft.Xna.Framework.BoundingFrustum.Intersects ( BoundingBox box)
inline

Definition at line 187 of file BoundingFrustum.cs.

188 {
189 Intersects(ref box, out var result);
190 return result;
191 }

References Microsoft.Xna.Framework.Intersects.

Referenced by Microsoft.Xna.Framework.Plane.Intersects(), and Microsoft.Xna.Framework.Ray.Intersects().