Holds a vector as x,y,z coordinates and includes methods to modify the vector. For example the method
scale will scale the vector.
Important properties:
x single: x coordinate
y single: y coordinate
z single: z coordinate
Important methods:
asVector TVector: Returns the vector as a
TVector
scale: Scale the vector by a factor
Unit:
GLMisc∞
Descends from
TGLUpdateAbleObject.