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