C4 Engine
C4 Engine API Documentation

AnnulusGeometryObject::SetOuterSize

Defined in:  C4Primitives.h
Sets the outer disk size.
Prototype

void SetOuterSize(const Vector2D& outer);

Parameters
outer The new outer disk size.
Description
The SetOuterSize function sets the size of the outer disk for an annulus primitive. The components of the outer parameter define the semiaxis lengths of the outer disk in the x and y directions.
See Also

AnnulusGeometryObject::GetOuterSize

AnnulusGeometryObject::GetInnerSize

AnnulusGeometryObject::SetInnerSize