BoundingSphere(Vector3 center, double radius) | XnaGeometry.BoundingSphere | |
Center | XnaGeometry.BoundingSphere | |
Contains(BoundingBox box) | XnaGeometry.BoundingSphere | |
Contains(ref BoundingBox box, out ContainmentType result) | XnaGeometry.BoundingSphere | |
Contains(BoundingFrustum frustum) | XnaGeometry.BoundingSphere | |
Contains(BoundingSphere sphere) | XnaGeometry.BoundingSphere | |
Contains(ref BoundingSphere sphere, out ContainmentType result) | XnaGeometry.BoundingSphere | |
Contains(Vector3 point) | XnaGeometry.BoundingSphere | |
Contains(ref Vector3 point, out ContainmentType result) | XnaGeometry.BoundingSphere | |
CreateFromBoundingBox(BoundingBox box) | XnaGeometry.BoundingSphere | static |
CreateFromBoundingBox(ref BoundingBox box, out BoundingSphere result) | XnaGeometry.BoundingSphere | static |
CreateFromFrustum(BoundingFrustum frustum) | XnaGeometry.BoundingSphere | static |
CreateFromPoints(IEnumerable< Vector3 > points) | XnaGeometry.BoundingSphere | static |
CreateMerged(BoundingSphere original, BoundingSphere additional) | XnaGeometry.BoundingSphere | static |
CreateMerged(ref BoundingSphere original, ref BoundingSphere additional, out BoundingSphere result) | XnaGeometry.BoundingSphere | static |
Equals(BoundingSphere other) | XnaGeometry.BoundingSphere | |
Equals(object obj) | XnaGeometry.BoundingSphere | |
GetHashCode() | XnaGeometry.BoundingSphere | |
Intersects(BoundingBox box) | XnaGeometry.BoundingSphere | |
Intersects(ref BoundingBox box, out bool result) | XnaGeometry.BoundingSphere | |
Intersects(BoundingFrustum frustum) | XnaGeometry.BoundingSphere | |
Intersects(BoundingSphere sphere) | XnaGeometry.BoundingSphere | |
Intersects(ref BoundingSphere sphere, out bool result) | XnaGeometry.BoundingSphere | |
Intersects(Plane plane) | XnaGeometry.BoundingSphere | |
Intersects(ref Plane plane, out PlaneIntersectionType result) | XnaGeometry.BoundingSphere | |
Intersects(Ray ray) | XnaGeometry.BoundingSphere | |
Intersects(ref Ray ray, out Nullable< double > result) | XnaGeometry.BoundingSphere | |
operator!=(BoundingSphere a, BoundingSphere b) | XnaGeometry.BoundingSphere | static |
operator==(BoundingSphere a, BoundingSphere b) | XnaGeometry.BoundingSphere | static |
Radius | XnaGeometry.BoundingSphere | |
ToString() | XnaGeometry.BoundingSphere | |
Transform(Matrix matrix) | XnaGeometry.BoundingSphere | |
Transform(ref Matrix matrix, out BoundingSphere result) | XnaGeometry.BoundingSphere | |