BoundingBox(Vector3 min, Vector3 max) | XnaGeometry.BoundingBox | |
Contains(BoundingBox box) | XnaGeometry.BoundingBox | |
Contains(ref BoundingBox box, out ContainmentType result) | XnaGeometry.BoundingBox | |
Contains(BoundingFrustum frustum) | XnaGeometry.BoundingBox | |
Contains(BoundingSphere sphere) | XnaGeometry.BoundingBox | |
Contains(ref BoundingSphere sphere, out ContainmentType result) | XnaGeometry.BoundingBox | |
Contains(Vector3 point) | XnaGeometry.BoundingBox | |
Contains(ref Vector3 point, out ContainmentType result) | XnaGeometry.BoundingBox | |
CornerCount | XnaGeometry.BoundingBox | |
CreateFromPoints(IEnumerable< Vector3 > points) | XnaGeometry.BoundingBox | static |
CreateFromSphere(BoundingSphere sphere) | XnaGeometry.BoundingBox | static |
CreateFromSphere(ref BoundingSphere sphere, out BoundingBox result) | XnaGeometry.BoundingBox | static |
CreateMerged(BoundingBox original, BoundingBox additional) | XnaGeometry.BoundingBox | static |
CreateMerged(ref BoundingBox original, ref BoundingBox additional, out BoundingBox result) | XnaGeometry.BoundingBox | static |
Equals(BoundingBox other) | XnaGeometry.BoundingBox | |
Equals(object obj) | XnaGeometry.BoundingBox | |
GetCorners() | XnaGeometry.BoundingBox | |
GetCorners(Vector3[] corners) | XnaGeometry.BoundingBox | |
GetHashCode() | XnaGeometry.BoundingBox | |
Intersects(BoundingBox box) | XnaGeometry.BoundingBox | |
Intersects(ref BoundingBox box, out bool result) | XnaGeometry.BoundingBox | |
Intersects(BoundingFrustum frustum) | XnaGeometry.BoundingBox | |
Intersects(BoundingSphere sphere) | XnaGeometry.BoundingBox | |
Intersects(ref BoundingSphere sphere, out bool result) | XnaGeometry.BoundingBox | |
Intersects(Plane plane) | XnaGeometry.BoundingBox | |
Intersects(ref Plane plane, out PlaneIntersectionType result) | XnaGeometry.BoundingBox | |
Intersects(Ray ray) | XnaGeometry.BoundingBox | |
Intersects(ref Ray ray, out Nullable< double > result) | XnaGeometry.BoundingBox | |
Max | XnaGeometry.BoundingBox | |
Min | XnaGeometry.BoundingBox | |
operator!=(BoundingBox a, BoundingBox b) | XnaGeometry.BoundingBox | static |
operator==(BoundingBox a, BoundingBox b) | XnaGeometry.BoundingBox | static |
ToString() | XnaGeometry.BoundingBox | |