C4 Engine
C4 Engine API Documentation

class PlateVolume

Defined in:  C4Volumes.h
The PlateVolume class encapsulates data pertaining to a generic plate volume.
Definition

class PlateVolume : public Volume

Member Functions
PlateVolume::GetPlateSize Returns the plate size.
PlateVolume::SetPlateSize Sets the plate size.
Constructor

PlateVolume(const Vector2D& size);

Parameters
size The size of the plate.
Description
The PlateVolume class encapsulates the physical dimensions of a generic semi-infinite rectangular volume and functionality that is used by various subclasses throughout the engine.

The volume corresponds to the space below the x-y plane inside a rectangular plate. One corner of the plate coincides with the origin, and the two components of the size parameter correspond to the dimensions of the plate along the positive x and y axes.
Base Classes
Volume A PlateVolume is a generic volume.