Nebula
|
This is the complete list of members for Mathf.BoundingSphere, including all inherited members.
BoundingSphere(Vector3 center, float radius) | Mathf.BoundingSphere | inline |
Center | Mathf.BoundingSphere | |
Contains(BoundingBox box) | Mathf.BoundingSphere | inline |
Contains(ref BoundingBox box, out ContainmentType result) | Mathf.BoundingSphere | inline |
Contains(BoundingFrustum frustum) | Mathf.BoundingSphere | inline |
Contains(ref BoundingFrustum frustum, out ContainmentType result) | Mathf.BoundingSphere | inline |
Contains(BoundingSphere sphere) | Mathf.BoundingSphere | inline |
Contains(ref BoundingSphere sphere, out ContainmentType result) | Mathf.BoundingSphere | inline |
Contains(Vector3 point) | Mathf.BoundingSphere | inline |
Contains(ref Vector3 point, out ContainmentType result) | Mathf.BoundingSphere | inline |
CreateFromBoundingBox(BoundingBox box) | Mathf.BoundingSphere | inlinestatic |
CreateFromBoundingBox(ref BoundingBox box, out BoundingSphere result) | Mathf.BoundingSphere | inlinestatic |
CreateFromFrustum(BoundingFrustum frustum) | Mathf.BoundingSphere | inlinestatic |
CreateFromPoints(IEnumerable< Vector3 > points) | Mathf.BoundingSphere | inlinestatic |
CreateMerged(BoundingSphere original, BoundingSphere additional) | Mathf.BoundingSphere | inlinestatic |
CreateMerged(ref BoundingSphere original, ref BoundingSphere additional, out BoundingSphere result) | Mathf.BoundingSphere | inlinestatic |
DebugDisplayString | Mathf.BoundingSphere | package |
Deconstruct(out Vector3 center, out float radius) | Mathf.BoundingSphere | inline |
Equals(BoundingSphere other) | Mathf.BoundingSphere | inline |
Equals(object obj) | Mathf.BoundingSphere | inline |
GetHashCode() | Mathf.BoundingSphere | inline |
Intersects(BoundingBox box) | Mathf.BoundingSphere | inline |
Intersects(ref BoundingBox box, out bool result) | Mathf.BoundingSphere | inline |
Intersects(BoundingSphere sphere) | Mathf.BoundingSphere | inline |
Intersects(ref BoundingSphere sphere, out bool result) | Mathf.BoundingSphere | inline |
Intersects(Plane plane) | Mathf.BoundingSphere | inline |
Intersects(ref Plane plane, out PlaneIntersectionType result) | Mathf.BoundingSphere | inline |
Intersects(Ray ray) | Mathf.BoundingSphere | inline |
Intersects(ref Ray ray, out float? result) | Mathf.BoundingSphere | inline |
operator!=(BoundingSphere a, BoundingSphere b) | Mathf.BoundingSphere | inlinestatic |
operator==(BoundingSphere a, BoundingSphere b) | Mathf.BoundingSphere | inlinestatic |
Radius | Mathf.BoundingSphere | |
ToString() | Mathf.BoundingSphere | inline |
Transform(Matrix matrix) | Mathf.BoundingSphere | inline |
Transform(ref Matrix matrix, out BoundingSphere result) | Mathf.BoundingSphere | inline |