~ubuntu-branches/ubuntu/precise/octave-nurbs/precise

« back to all changes in this revision

Viewing changes to inst/demoextrude.m

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Weber
  • Date: 2011-04-20 21:53:46 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110420215346-mtrs63hlmsh5yuaz
Tags: 1.3.3-1
* New upstream release
* Bump standards version to 3.9.1, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
% Demonstration of surface construction by extrusion.
2
 
%
3
 
 
4
 
srf = nrbextrude(nrbtestcrv,[0 0 5]);
5
 
nrbplot(srf,[40 10]);
6
 
title('Extrusion of a test curve along the z-axis');