C4 Engine
C4 Engine API Documentation

Integer3D::Set

Defined in:  TSInteger.h
Sets all three components of a vector.
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.