You are here: Start » AVL.NET » Invoke.RandomPoint
Invoke.RandomPoint
Creates random point inside given box.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RandomPoint ( Avl.RandomState ioState, Avl.Box inBox, Optional<int> inSeed, out Avl.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | Avl.RandomState | State of generator. | |||
![]() | inBox | Avl.Box | Bounding box of generated point. | ||
![]() | inSeed | Atl.Optional<int> | Random seed. Default value: atl::NIL. | ||
![]() | outPoint | Avl.Point2D |


