#include <iostream>
#include <locale>
#include "SpaceVector.h"
#include "SpaceBody.h"
#include "BodyUtilities.h"
using namespace std;
void testBody(){
cout<<"G�vde s�nama"<<endl;
SpaceVector center(10,20,30);
SpaceVector magnitude(3,4,5);
SpaceBody body=createCube(center,magnitude);
body.print();
}
int main0307(){
setlocale(LC_ALL,"Turkish");
cout<<"�izim Matemati�i"<<endl;
testBody();
return 0;
}
Dosyayı İndir