You are here: Start » AVL.NET » AVL.RandomPoint Method
AVL.RandomPoint Method
Creates random point inside given box
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RandomPoint( ref AvlNet.RandomState ioState, AvlNet.Box inBox, out AvlNet.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.RandomState | State of generator. | |||
![]() | inBox | AvlNet.Box | Bounding box of generated points. | ||
![]() | outPoint | AvlNet.Point2D |


