Struct GeneratePoints
Tools for generating random points inside of a shape of interest
Namespace: Unity.Mathematics
Assembly: Unity.Mathematics.Extensions.dll
Syntax
public struct GeneratePoints
Methods
Name | Description |
---|---|
RandomPointsInSphere(float3, float, NativeArray<float3>) | A function that generates random points inside of a sphere. Schedules and completes jobs, before returning to its caller. |
RandomPointsInSphere(float3, float, NativeArray<float3>, JobHandle) | Schedule Burst jobs to generate random points inside of a sphere |
RandomPointsInUnitSphere(NativeArray<float3>) | A function that generates random points inside of a unit sphere. Schedules and completes jobs, before returning to its caller. |
RandomPositionInsideUnitSphere(uint) | A function that returns a single random position, fairly distributed inside the unit sphere. |