Struct GeneratePoints
Tools for generating random points inside of a shape of interest
Namespace: Unity.Mathematics
Assembly: solution.dll
Syntax
public struct GeneratePoints
Methods
Name | Description |
---|---|
Random |
A function that generates random points inside of a sphere. Schedules and completes jobs, before returning to its caller. |
Random |
Schedule Burst jobs to generate random points inside of a sphere |
Random |
A function that generates random points inside of a unit sphere. Schedules and completes jobs, before returning to its caller. |
Random |
A function that returns a single random position, fairly distributed inside the unit sphere. |