Sphere3D::Set
Defined in:
Sets all five components of a sphere.
TSSphere3D.hPrototype
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.
