www.pudn.com > polygon_decompose_lx.rar > Node.cpp


//--------------------------------------------------------------------------- 
 
 
#pragma hdrstop 
 
#include "Node.h" 
//--------------------------------------------------------------------------- 
void Node::SetNode(int x, int y){ 
        XCoordinate=x; 
        YCoordinate=y; 
} 
//--------------------------------------------------------------------------- 
 
#pragma package(smart_init)