You are here: Start » AVL.NET » AVS.RandomPoint Method

AVS.RandomPoint Method

Creates random point inside given box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RandomPoint
(
	AvlNet.RandomState ioState,
	AvlNet.Box inBox,
	int? inSeed,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
ioStateAvlNet.RandomStateState of generator.
inBoxAvlNet.BoxBounding box of generated point.
inSeedint?Random seed. Default value: atl::NIL.
outPointAvlNet.Point2D

Function Overrides

See also