RandomPositionSourceDeformable
, RandomPositionSourceRectangular
public interface RandomPositionSource
Modifier and Type | Method | Description |
---|---|---|
Vector |
randomPosition() |
Returns a random position with the previously set box's boundary.
|
void |
setBox(Box box) |
Notifies the RandomPositionSource of the box from which random positions
should be taken from.
|