Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Ray (Vector3 position, Vector3 direction) | |
bool | Equals (Ray other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
float? | Intersects (BoundingBox box) |
void | Intersects (ref BoundingBox box, out float? result) |
float? | Intersects (BoundingFrustum frustum) |
float? | Intersects (Plane plane) |
void | Intersects (ref Plane plane, out float? result) |
float? | Intersects (BoundingSphere sphere) |
void | Intersects (ref BoundingSphere sphere, out float? result) |
bool | Equals (T? other) |
Static Public Member Functions | |
static bool | operator== (Ray a, Ray b) |
static bool | operator!= (Ray a, Ray b) |
Public Attributes | |
Vector3 | Position |
Vector3 | Direction |