summaryrefslogtreecommitdiff
path: root/src/common/utilities/README
blob: f2ece556da0676ec2090893c2ca54f0428e2af24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
======================= data_points_generator ==================================

Example of use :

*** Hyper sphere|cube generator

./data_points_generator on sphere onSphere.off 1000 3 15.2

 => generates a onSphere.off file with 1000 points randomized on a sphere of dimension 3 and radius 15.2

./data_points_generator in sphere inSphere.off 100 2

 => generates a inSphere.off file with 100 points randomized in a sphere of dimension 2 (circle) and radius 1.0 (default)

./data_points_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

!! Warning: hypegenerator on cube is not available !!