comparison scripts/plot/__marching_cube__.m @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 693e22af08ae
children 2c356a35d7f5
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
40 ## here are based on Cory Gene Bloyd's implementation and can be found 40 ## here are based on Cory Gene Bloyd's implementation and can be found
41 ## beyond other surface and geometry stuff at Paul Bourke's website 41 ## beyond other surface and geometry stuff at Paul Bourke's website
42 ## @uref{http://local.wasp.uwa.edu.au/~pbourke/geometry/polygonise}. 42 ## @uref{http://local.wasp.uwa.edu.au/~pbourke/geometry/polygonise}.
43 ## 43 ##
44 ## For example: 44 ## For example:
45 ##
45 ## @example 46 ## @example
46 ## @group 47 ## @group
47 ## N = 20; 48 ## N = 20;
48 ## lin = linspace(0, 2, N); 49 ## lin = linspace(0, 2, N);
49 ## [x, y, z] = meshgrid (lin, lin, lin); 50 ## [x, y, z] = meshgrid (lin, lin, lin);