00001 #include <stdlib.h> 00002 #include "VrmlStack.h" 00003 00004 //============================================================================= 00005 // constructor 00006 // 00007 // Description: coinstructor 00008 //============================================================================= 00009 VrmlStack::VrmlStack(): 00010 vrmlCoordinate3( NULL ) 00011 { 00012 }