Terraria v1.4.4.9
Terraria source code documentation
|
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) |
Definition at line 12 of file BoundingBox.cs.