process and manipulate collections (arrays) of data Remove points from an array3 with different shapes
Create an array from multiple number inputs
Repeat an array by transforming it x times
Return the distance between 2 points from an array
Particle spray simulation
Create arrays for circular shapes, helix, circle, etc.
Fill an XYZ array with existing duplicate points until it reaches the length
Generate spline using lissajous formulas
Make the 1st and last point of an array the same, good for closing splines and shapes
Generate a 3d point field with controllable amount of xyz points (was PointsField3d)
Generate coordinates for a hexagon grid, outputs array3x
Generate coordinates for a rectangular field / grid of points
Generate an array of XYZ coordinates of an rectangle
Generate an array of points of a rectangle with rounded corners
Generate a point field mapped to the surface of a sphere
Recalculate a spline / change number of points of a spline
Sort an array3, by the distance of each point to the previous point
Get position in array3/spline at distance from start
For subdividing splines, smoothing lines using cubic bezier interpolation
Transform (translate, rotate, scale) positions in an array3x
Unstrip a line point array