uniformPoints
Generates a uniformly distributed set of points over the surface of the mesh.
The method creates a specific number of points distributed across the mesh, based on the given count, using random values to determine their positions.
Return
A list of Point instances representing the uniformly distributed points across the mesh.
Parameters
count
The number of points to generate and distribute across the mesh.
random
The random number generator used for creating the distribution of points (default: Random.Default).