process and manipulate collections (arrays) of data Remove points from an array3 with different shapes
Visually edit positions in an array of point coordinates
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 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 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