C4 Engine
C4 Engine API Documentation

DiskGeometryObject::SetDiskSize

Defined in:  C4Primitives.h
Sets the disk size.
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

DiskGeometryObject::GetDiskSize