Initial
This commit is contained in:
8
mdiwin/POLYPNT.CPP
Normal file
8
mdiwin/POLYPNT.CPP
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <mdiwin/polypnt.hpp>
|
||||
|
||||
PolyPoint::PolyPoint(const PolyPoint &somePolyPoint)
|
||||
{
|
||||
for(int i=0;i<MaxPoint;i++)
|
||||
mPolyPoint[i]=somePolyPoint.mPolyPoint[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user