32 Size(
double width,
double height );
33 Size(
double width,
double height,
double depth );
35 void setSize(
double width,
double height );
36 void setSize(
double width,
double height,
double depth );
39 inline double getHeight()
const;
42 inline double getWidth()
const;
45 inline double getDepth()
const;
48 void setDepth (
double );
double getDepth() const
The following function returns the depth.
Class representing a two or three dimension size.
double getHeight() const
The following function returns the height.
double getWidth() const
The following function returns the width.
#define MDL_HIPPOPLOT_API