You are here: Start » AVL.NET » AVS.RandomPoint3D Method
AVS.RandomPoint3D Method
Creates random 3D point inside given box.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RandomPoint3D ( AvlNet.RandomState ioState, AvlNet.Box3D inBox3D, out AvlNet.Point3D outPoint3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.RandomState | State of generator. | |||
![]() | inBox3D | AvlNet.Box3D | Bounding box of generated point. | ||
![]() | outPoint3D | AvlNet.Point3D |


