Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.BoundingBox Struct Reference

Public Member Functions

Vector3[] GetCorners ()
 
void GetCorners (Vector3[] corners)
 
 BoundingBox (Vector3 min, Vector3 max)
 
bool Equals (BoundingBox other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 
bool Intersects (BoundingBox box)
 
void Intersects (ref BoundingBox box, out bool result)
 
bool Intersects (BoundingFrustum frustum)
 
PlaneIntersectionType Intersects (Plane plane)
 
void Intersects (ref Plane plane, out PlaneIntersectionType result)
 
float? Intersects (Ray ray)
 
void Intersects (ref Ray ray, out float? result)
 
bool Intersects (BoundingSphere sphere)
 
void Intersects (ref BoundingSphere sphere, out bool result)
 
ContainmentType Contains (BoundingBox box)
 
void Contains (ref BoundingBox box, out ContainmentType result)
 
ContainmentType Contains (BoundingFrustum frustum)
 
ContainmentType Contains (Vector3 point)
 
void Contains (ref Vector3 point, out ContainmentType result)
 
ContainmentType Contains (BoundingSphere sphere)
 
void Contains (ref BoundingSphere sphere, out ContainmentType result)
 
bool Equals (T? other)
 

Static Public Member Functions

static BoundingBox CreateMerged (BoundingBox original, BoundingBox additional)
 
static void CreateMerged (ref BoundingBox original, ref BoundingBox additional, out BoundingBox result)
 
static BoundingBox CreateFromSphere (BoundingSphere sphere)
 
static void CreateFromSphere (ref BoundingSphere sphere, out BoundingBox result)
 
static BoundingBox CreateFromPoints (IEnumerable< Vector3 > points)
 
static bool operator== (BoundingBox a, BoundingBox b)
 
static bool operator!= (BoundingBox a, BoundingBox b)
 

Public Attributes

Vector3 Min
 
Vector3 Max
 

Static Public Attributes

const int CornerCount = 8
 

Package Functions

void SupportMapping (ref Vector3 v, out Vector3 result)
 

Detailed Description

Definition at line 12 of file BoundingBox.cs.


The documentation for this struct was generated from the following file: