You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Basics » AVL.RandomPoint

AVL.RandomPoint

Creates random point inside given box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RandomPoint
(
	AvlNet.RandomState ioState,
	AvlNet.Box inBox,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
ioStateAvlNet.RandomStateState of generator.
inBoxAvlNet.BoxBounding box of generated point.
outPointAvlNet.Point2D

Function Overrides

See also