Tagged Questions
6
votes
2answers
245 views
How to punch a hole in some 3D distribution of points
Suppose we have a long list of 3D Cartesian coordinates, defining a distribution of random points in 3D space. How could we remove all the points inside a sphere of radius ...
12
votes
2answers
448 views
How do I split up a curve into segments of equal length?
I have a curve that is defined as f[x] and what I'm attempting to do is to divide the curve into equal straight lengths for a number of segments of my choosing that I've defined as nSeg.
I've created ...
