randomPointInPoint
randomPointInPoint(random, result, destination_offset)
Volumetric sampling method, since sample volume is a point, it simply sets result to origin
Kind: global function
| Param | Type |
|---|---|
| random | function |
| result | Array.<number> |
| destination_offset | number |