docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)