NextDouble2Direction()
Returns a unit length double2 vector representing a uniformly random 2D direction.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public double2 NextDouble2Direction()
Returns
Type | Description |
|---|---|
| double2 | A uniformly random unit length double2 vector. |