Skip to content

floatBetweenPoint

floatBetweenPoint(pt, includeMax): number

Defined in: utils/random.ts:38

Find a float between the x,y of a Point

Point

The point containing min (x) and max (y) values

boolean = false

Whether the max value should be inclusive (default: false)

number

number