Скачиваний:
63
Добавлен:
01.05.2014
Размер:
422 б
Скачать
// Curve.cpp: implementation of the Curve class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "Curve.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////



Curve::Curve(double a, double b)
{
	this->a = a;
	this->b = b;

}
Соседние файлы в папке prj4