Integer3D::Set
Defined in:
Sets all three components of a vector.
TSInteger.h
Prototype
Integer3D& Set(int32 i, int32 j, int32 k);
Parameters
i |
The new x coordinate. |
j |
The new y coordinate. |
k |
The new z coordinate. |
Description
The Set
function sets the x, y, and z coordinates of a vector to the values given by the i
, j
, and k
parameters, respectively.The return value is a reference to the vector object.