-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathContents.m
20 lines (19 loc) · 1.16 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% POV-Lab Toolbox
% Version 1.00 (R2021b) 08-Apr-2022
%
% DOCUMENTATION
%
% Provided as 'povlab' class <a href="matlab:doc povlab">reference</a>
%
% EXAMPLES
%
% <a href="matlab:if exist('./examples', 'dir') cd 'examples'; end;edit ex_surface">Surface</a> - 3D surface based on data returned by Matlab's 'surf' function
% <a href="matlab:if exist('./examples', 'dir') cd 'examples'; end;edit ex_csg">CSG</a> - Constructive solid geometry primitives and methods
% <a href="matlab:if exist('./examples', 'dir') cd 'examples'; end;edit ex_lathe">Lathe</a> - Lathe objects creation
% <a href="matlab:if exist('./examples', 'dir') cd 'examples'; end;edit ex_plot">Plot</a> - Plots 2D graph of function
% <a href="matlab:if exist('./examples', 'dir') cd 'examples'; end;edit ex_coneplot">Coneplot</a> - 3D Coneplot graph based on Matlab's 'wind' dataset
% <a href="matlab:if exist('./examples', 'dir') cd 'examples'; end;edit ex_streamline">Streamline</a> - 3D Stremline graph based on Matlab's 'wind' dataset
% <a href="matlab:if exist('./examples', 'dir') cd 'examples'; end;edit ex_volume">Volume</a> - Volume visualization of Matlab's 'mri' dataset
%
% Copyright 2022 Sergey Yanenko
%