DAMASK_EICMD/processing
Brendan Vande Kieft e5e6bed5de Improve performance and generalize primitive shape
- Behavior is mostly unchanged, but the primitive may be shifted by a voxel when compared to the previous version, which had rounding issues near the edge of the primitive.
- exponent flag specifies the exponents that satisfy the equation x^e1 + y^e2 + z^e3 < 1.  (1,1,1) gives an octahedron, (2,2,2) a sphere, and large values (1e10, 1e10, 1e10) gives a hexahedral box for any reasonable resolution. Mixing the two can produce a cylinder, (1e10, 2, 2) gives one with rotational symmetry about the x-axis.
2017-02-24 00:42:28 -05:00
..
misc now more flexible, works for synthetic data and user selected data 2016-11-06 23:07:12 +01:00
post nicer code layout 2017-01-19 15:10:38 +01:00
pre Improve performance and generalize primitive shape 2017-02-24 00:42:28 -05:00