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

◆ Intersects() [4/9]

PlaneIntersectionType Microsoft.Xna.Framework.BoundingSphere.Intersects ( Plane plane)
inline

Definition at line 262 of file BoundingSphere.cs.

263 {
264 return plane.Intersects(this);
265 }