C4 Engine
C4 Engine API Documentation

HoleGeometryObject::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 central hole for a hole primitive. The components of the inner parameter define the semiaxis lengths of the hole in the x and y directions.
See Also

HoleGeometryObject::GetInnerSize

HoleGeometryObject::GetOuterSize

HoleGeometryObject::SetOuterSize