summaryrefslogtreecommitdiff
path: root/utilities/common/pointsetgenerator.md
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
committerGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
commit599d68cd916f533bdb66dd9e684dd5703233b6bb (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /utilities/common/pointsetgenerator.md
parenta2e642954ae39025e041471d486ecbac25dff440 (diff)
Delete all files in order to incorporate upstream's move to git.
Diffstat (limited to 'utilities/common/pointsetgenerator.md')
-rw-r--r--utilities/common/pointsetgenerator.md39
1 files changed, 0 insertions, 39 deletions
diff --git a/utilities/common/pointsetgenerator.md b/utilities/common/pointsetgenerator.md
deleted file mode 100644
index c8c819b7..00000000
--- a/utilities/common/pointsetgenerator.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-layout: page
-title: "OFF point set generator"
-meta_title: "OFF point set generator"
-teaser: ""
-permalink: /pointsetgenerator/
----
-{::comment}
-Leave the lines above as it is required by the web site generator 'Jekyll'
-{:/comment}
-
-
-Generates a pointset and save it in an OFF file. Command-line is:
-
-```
-off_file_from_shape_generator on|in sphere|cube|curve|torus|klein <filename> <num_points> <dimension> <parameter1> <parameter2>...
-```
-
-Warning: "on cube" generator is not available!
-
-**Examples**
-
-```
-off_file_from_shape_generator on sphere onSphere.off 1000 3 15.2
-```
-
-* Generates an onSphere.off file with 1000 points randomized on a sphere of dimension 3 and radius 15.2.
-
-```
-off_file_from_shape_generator in sphere inSphere.off 100 2
-```
-
-* Generates an inSphere.off file with 100 points randomized in a sphere of dimension 2 (circle) and radius 1.0 (default).
-
-```
-off_file_from_shape_generator in cube inCube.off 10000 3 5.8
-```
-
-* Generates a inCube.off file with 10000 points randomized in a cube of dimension 3 and side 5.8.