Public Member Functions | |
| UTVector (float x, float y, float z) | |
| float | DistanceFrom (UTVector a) |
| Works out the distance between this UTVector and another. (You should allow for a distance of about 300 if you are checking to see if you are at a specific location). | |
| override int | GetHashCode () |
| override string | ToString () |
| override bool | Equals (object obj) |
Properties | |
| float | X |
| float | Y |
| float | Z |
Private Attributes | |
| float | _x |
| float | _y |
| float | _z |
|
||||||||||||||||
|
|
|
|
Works out the distance between this UTVector and another. (You should allow for a distance of about 300 if you are checking to see if you are at a specific location).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO