floatBetweenPoint
floatBetweenPoint(
pt
,includeMax
):number
Defined in: utils/random.ts:38
Find a float between the x,y of a Point
Parameters
Section titled “Parameters”Point
The point containing min (x) and max (y) values
includeMax
Section titled “includeMax”boolean
= false
Whether the max value should be inclusive (default: false)
Returns
Section titled “Returns”number
number