public interface Callback2d
| Modifier and Type | Method and Description |
|---|---|
void |
onNewSample(float x,
float y)
Will be called whenever a new sample with the given coordinates
(x, y) is generated. |
Copyright © 2015–2019 JOML. All rights reserved.