C4 Engine
C4 Engine API Documentation

Sphere3D::Set

Defined in:  TSSphere3D.h
Sets all five components of a sphere.
Prototype

Sphere3D& Set(float su, float sx, float sy, float sz, float sw);

Parameters
su,sx,sy,sz,sw The new coordinates of the sphere.
Description
The Set function sets the five coordinates of a sphere to the values specified.

The return value is a reference to the sphere object.