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