Title: N-dimensional structures Post by: Graph on January 15, 2014, 08:36:37 PM Maybe someone of you is interested in a method that generates structures with arbitrary dimension.
The algorithm "attractor" generates in the n-dimensional space initially a point cloud. Vectors are linked to each other by the dot product, so that the balance point and the spin of the vectors are constant. With a suitable choice of parameters structures are spontaneously formed in the n-dimensional space. With the executable Java program "Attractor.jar" the results can be examined. The simplest possible source program "AttracSimple.txt" in component representation provides numerical values for the case n = 3. In the program "AttracDemo.txt" vectors are used and a graphical representation is integrated. In this example, the dimension n for n > 1 may be freely chosen. Title: Re: N-dimensional structures Post by: Patryk Kizny on May 24, 2015, 05:51:24 PM That looks intriguing! Is there any chance you could add pointcloud export option using simple ASCII format? Could that generate 100MLN points sizes or more? That could be great input for visualizing. |