BoundingSphere(Vector3 center, float radius) | Microsoft.Xna.Framework.BoundingSphere | inline |
Center | Microsoft.Xna.Framework.BoundingSphere | |
Contains(BoundingBox box) | Microsoft.Xna.Framework.BoundingSphere | inline |
Contains(ref BoundingBox box, out ContainmentType result) | Microsoft.Xna.Framework.BoundingSphere | inline |
Contains(BoundingFrustum frustum) | Microsoft.Xna.Framework.BoundingSphere | inline |
Contains(Vector3 point) | Microsoft.Xna.Framework.BoundingSphere | inline |
Contains(ref Vector3 point, out ContainmentType result) | Microsoft.Xna.Framework.BoundingSphere | inline |
Contains(BoundingSphere sphere) | Microsoft.Xna.Framework.BoundingSphere | inline |
Contains(ref BoundingSphere sphere, out ContainmentType result) | Microsoft.Xna.Framework.BoundingSphere | inline |
CreateFromBoundingBox(BoundingBox box) | Microsoft.Xna.Framework.BoundingSphere | inlinestatic |
CreateFromBoundingBox(ref BoundingBox box, out BoundingSphere result) | Microsoft.Xna.Framework.BoundingSphere | inlinestatic |
CreateFromFrustum(BoundingFrustum frustum) | Microsoft.Xna.Framework.BoundingSphere | inlinestatic |
CreateFromPoints(IEnumerable< Vector3 > points) | Microsoft.Xna.Framework.BoundingSphere | inlinestatic |
CreateMerged(BoundingSphere original, BoundingSphere additional) | Microsoft.Xna.Framework.BoundingSphere | inlinestatic |
CreateMerged(ref BoundingSphere original, ref BoundingSphere additional, out BoundingSphere result) | Microsoft.Xna.Framework.BoundingSphere | inlinestatic |
Equals(BoundingSphere other) | Microsoft.Xna.Framework.BoundingSphere | inline |
Equals(object obj) | Microsoft.Xna.Framework.BoundingSphere | inline |
IEquatable< BoundingSphere >.Equals(T? other) | System.IEquatable< BoundingSphere > | |
GetHashCode() | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(BoundingBox box) | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(ref BoundingBox box, out bool result) | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(BoundingFrustum frustum) | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(Plane plane) | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(ref Plane plane, out PlaneIntersectionType result) | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(Ray ray) | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(ref Ray ray, out float? result) | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(BoundingSphere sphere) | Microsoft.Xna.Framework.BoundingSphere | inline |
Intersects(ref BoundingSphere sphere, out bool result) | Microsoft.Xna.Framework.BoundingSphere | inline |
operator!=(BoundingSphere a, BoundingSphere b) | Microsoft.Xna.Framework.BoundingSphere | inlinestatic |
operator==(BoundingSphere a, BoundingSphere b) | Microsoft.Xna.Framework.BoundingSphere | inlinestatic |
Radius | Microsoft.Xna.Framework.BoundingSphere | |
SupportMapping(ref Vector3 v, out Vector3 result) | Microsoft.Xna.Framework.BoundingSphere | inlinepackage |
ToString() | Microsoft.Xna.Framework.BoundingSphere | inline |
Transform(Matrix matrix) | Microsoft.Xna.Framework.BoundingSphere | inline |
Transform(ref Matrix matrix, out BoundingSphere result) | Microsoft.Xna.Framework.BoundingSphere | inline |