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