Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static BoundingSphere | CreateMerged (BoundingSphere original, BoundingSphere additional) |
static void | CreateMerged (ref BoundingSphere original, ref BoundingSphere additional, out BoundingSphere result) |
static BoundingSphere | CreateFromBoundingBox (BoundingBox box) |
static void | CreateFromBoundingBox (ref BoundingBox box, out BoundingSphere result) |
static BoundingSphere | CreateFromPoints (IEnumerable< Vector3 > points) |
static BoundingSphere | CreateFromFrustum (BoundingFrustum frustum) |
static bool | operator== (BoundingSphere a, BoundingSphere b) |
static bool | operator!= (BoundingSphere a, BoundingSphere b) |
Public Attributes | |
Vector3 | Center |
float | Radius |
Package Functions | |
void | SupportMapping (ref Vector3 v, out Vector3 result) |
Definition at line 12 of file BoundingSphere.cs.