14 using namespace hippodraw;
17 : m_width( 0.0 ), m_height( 0.0 ), m_depth( 0.0 )
23 : m_width( x ), m_height( y )
28 : m_width( x ), m_height( y ), m_depth( z )
void setSize(double width, double height)
void setDepth(double)
Sets the depth dimenision of the size.