C4 Engine
C4 Engine API Documentation

PlateVolume::SetPlateSize

Defined in:  C4Volumes.h
Sets the plate size.
Prototype

void SetPlateSize(const Vector2D& size);

Parameters
size The new plate size.
Description
The SetPlateSize function sets the physical dimensions of the rectangular cross-section of the semi-infinite volume to those specified by the size parameter. One corner of the plate coincides with the origin, and the two components of the size correspond to the dimensions of the plate along the positive x and y axes.
See Also

PlateVolume::GetPlateSize