C4 Engine
C4 Engine API Documentation

Integer4D::Set

Defined in:  TSInteger.h
Sets all four components of a vector.
Prototype

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.