v1.1
 
Vector3D Class Reference

Three-dimensional vector. More...

Public Member Functions

 Vector3D (number x, number y, number z)
 Constructor.
 
Vector3D Clone ()
 Returns a copy of the object.
 
number GetX ()
 Returns X-component of the vector.
 
number GetY ()
 Returns Y-component of the vector.
 
number GetZ ()
 Returns Z-component of the vector.
 
self Negate ()
 Changes vector direction to opposite one.
 
boolean operator== (Vector3D other)
 Checks for equality.
 
boolean operator~= (Vector3D other)
 Checks for inequality..
 

Detailed Description

Three-dimensional vector.