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,
	int? inSeed,
	out AvlNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
ioStateAvlNet.RandomStateState of generator.
inBox3DAvlNet.Box3DBounding box of generated point.
inSeedint?Random seed. Default value: atl::NIL.
outPoint3DAvlNet.Point3D

Function Overrides

See also