C4 Engine
C4 Engine API Documentation

Round3D::Set

Defined in:  TSRound3D.h
Sets all five components of a round point.
Prototype

Round3D& Set(float ax, float ay, float az, float aw, float au);

Parameters
ax,ay,az,aw,au The new coordinates of the round point.
Description
The Set function sets the five coordinates of a round point to the values specified.

The return value is a reference to the round point object.