summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketpic/ketlib/ketpic2escifiles6/Setpers.sci
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/scripts/ketpic/ketlib/ketpic2escifiles6/Setpers.sci')
-rwxr-xr-xtexmf-dist/scripts/ketpic/ketlib/ketpic2escifiles6/Setpers.sci16
1 files changed, 16 insertions, 0 deletions
diff --git a/texmf-dist/scripts/ketpic/ketlib/ketpic2escifiles6/Setpers.sci b/texmf-dist/scripts/ketpic/ketlib/ketpic2escifiles6/Setpers.sci
new file mode 100755
index 00000000..455551bb
--- /dev/null
+++ b/texmf-dist/scripts/ketpic/ketlib/ketpic2escifiles6/Setpers.sci
@@ -0,0 +1,16 @@
+// 08.08.12
+// 08.08.15
+
+function Setpers(varargin)
+ global FocusPoint EyePoint;
+ Nargs=length(varargin);
+ if Nargs==0
+ Mixdisp(Mix('FocusPoints=',FocusPoint));
+ Mixdisp(Mix('EyePoint=',EyePoint));
+ return;
+ else
+ FocusPoint=varargin(1);
+ EyePoint=varargin(2);
+ end;
+endfunction
+