You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Basics » AVL.RandomPoint3D

AVL.RandomPoint3D

Creates random 3D point inside given box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RandomPoint3D
(
	AvlNet.RandomState ioState,
	AvlNet.Box3D inBox3D,
	out AvlNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
ioStateAvlNet.RandomStateState of generator.
inBox3DAvlNet.Box3DBounding box of generated point.
outPoint3DAvlNet.Point3D

Function Overrides

See also