Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics » RandomPoint3D_Deprecated

RandomPoint3D_Deprecated


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Creates a random 3D point inside a given box.

Syntax

void avl::RandomPoint3D_Deprecated
(
	RandomState& ioState,
	const float inMinX,
	const float inMaxX,
	const float inMinY,
	const float inMaxY,
	const float inMinZ,
	const float inMaxZ,
	atl::Optional<int> inSeed,
	avl::Point3D& outPoint3D
)

Parameters

Name Type Default Description
Input will be modified
ioState RandomState& Object used to maintain state of the function.
Input value
inMinX const float
Input value
inMaxX const float
Input value
inMinY const float
Input value
inMaxY const float
Input value
inMinZ const float
Input value
inMaxZ const float
Input value
inSeed Optional<int> NIL Random seed
Output value
outPoint3D Point3D&