DiskGeometryObject::GetDiskSize
Defined in:
Returns the disk size.
C4Primitives.h
Prototype
const Vector2D& GetDiskSize(void) const;
Description
The GetDiskSize
function returns the size of a disk primitive. The components of the return value correspond to the semiaxis lengths in the x and y directions.
See Also