예제 #1
0
파일: Area.cpp 프로젝트: gorilux/libarea
	ThickLine(const CCurve& curve)
	{
		m_curve = curve;
		m_area.append(curve);
		m_area.Thicken(0.001);
	}