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
ioStateAvl.RandomStateState of generator.
inBox3DAvl.Box3DBounding box of generated point.
inSeedAtl.Optional<int>Random seed. Default value: atl::NIL.
outPoint3DAvl.Point3D

See also