UTRemoteBot::UTVector Class Reference

List of all members.

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

Constructor & Destructor Documentation

UTRemoteBot::UTVector::UTVector float  x,
float  y,
float  z
[inline]
 


Member Function Documentation

float UTRemoteBot::UTVector::DistanceFrom UTVector  a  )  [inline]
 

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).

Parameters:
a The other UTVector to get the distance between
Returns:

override bool UTRemoteBot::UTVector::Equals object  obj  )  [inline]
 

override int UTRemoteBot::UTVector::GetHashCode  )  [inline]
 

override string UTRemoteBot::UTVector::ToString  )  [inline]
 


Member Data Documentation

float UTRemoteBot::UTVector::_x [private]
 

float UTRemoteBot::UTVector::_y [private]
 

float UTRemoteBot::UTVector::_z [private]
 


Property Documentation

float UTRemoteBot::UTVector::X [get, set]
 

float UTRemoteBot::UTVector::Y [get, set]
 

float UTRemoteBot::UTVector::Z [get, set]
 


The documentation for this class was generated from the following file:
Generated on Thu Jan 26 09:12:40 2006 for UTUserBot by  doxygen 1.4.6-NO