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

AVL.RandomPoint Method

Creates random point inside given box

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RandomPoint(
	ref 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 points.
inSeedint?Random seed. Default value: atl::NIL, or null.
outPointAvlNet.Point2D

See also