docs.unity.cn
    Show / Hide Table of Contents

    Struct GeneratePoints

    Tools for generating random points inside of a shape of interest

    Namespace: Unity.Mathematics
    Syntax
    public struct GeneratePoints

    Methods

    Name Description
    RandomPointsInSphere(float3, Single, NativeArray<float3>)

    A function that generates random points inside of a sphere. Schedules and completes jobs, before returning to its caller.

    RandomPointsInSphere(float3, Single, 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(UInt32)

    A function that returns a single random position, fairly distributed inside the unit sphere.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023