Hi there,
just a quick one. I have a cloud of points with an attribute that goes from -1 to 1.
Now, if a value it's really small and close to zero (ie 0.00001 or 1e-09), how I can round it to zero? And how I can do it based on decimal? Ie, if value is 0.001 or -0.001 I want to keep it as it is; if value is 0.0001 or -0.0001 I want it to be 0.
How I can do it in VEX?
Thank you so much!!