Version:
function

randomPointIn

typescript
randomPointIn(target: Region | Promise<Region>): Promise<Point>

Parameters

NameTypeDescription
targetRegion | Promise<Region>Region the random Point has to be within

Returns

Promise<Point>

Was this page helpful?