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

◆ Intersects() [8/9]

void Microsoft.Xna.Framework.BoundingSphere.Intersects ( ref Plane plane,
out PlaneIntersectionType result )
inline

Definition at line 267 of file BoundingSphere.cs.

268 {
269 plane.Intersects(ref this, out result);
270 }