From 6ee6a7b0cf91469c7a79827293b8e3b880a6a0aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 24 May 2022 11:45:50 +0200 Subject: add C++ program to compute the surface --- buch/papers/kugel/images/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'buch/papers/kugel/images/Makefile') diff --git a/buch/papers/kugel/images/Makefile b/buch/papers/kugel/images/Makefile index 6187fed..4226dab 100644 --- a/buch/papers/kugel/images/Makefile +++ b/buch/papers/kugel/images/Makefile @@ -14,12 +14,17 @@ curvature.png: curvature.pov curvature.inc curvature.jpg: curvature.png convert curvature.png -density 300 -units PixelsPerInch curvature.jpg -spherecurve.inc: spherecurve.m +spherecurve2.inc: spherecurve.m octave spherecurve.m spherecurve.png: spherecurve.pov spherecurve.inc - povray +A0.1 +W1920 +H1080 +Ospherecurve.png spherecurve.pov + povray +A0.1 +W1080 +H1080 +Ospherecurve.png spherecurve.pov spherecurve.jpg: spherecurve.png convert spherecurve.png -density 300 -units PixelsPerInch spherecurve.jpg +spherecurve: spherecurve.cpp + g++ -o spherecurve -g -Wall -O spherecurve.cpp + +spherecurve.inc: spherecurve + ./spherecurve -- cgit v1.2.1