DiskGeometryObject::SetDiskSize
Defined in:
Sets the disk size.
C4Primitives.h
Prototype
void SetDiskSize(const Vector2D& size);
Parameters
size |
The new disk size. |
Description
The SetDiskSize
function sets the size of a disk primitive. The components of the size
parameter define the semiaxis lengths in the x and y directions.
See Also