C4 Engine
C4 Engine API Documentation

AnnulusGeometryObject::SetInnerSize

Defined in:  C4Primitives.h
Sets the inner hole size.
Prototype

void SetInnerSize(const Vector2D& inner);

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

AnnulusGeometryObject::GetInnerSize

AnnulusGeometryObject::GetOuterSize

AnnulusGeometryObject::SetOuterSize