Package org.joml.sampling
Interface Callback2d
-
public interface Callback2dCallback used for notifying about a new generated 2D sample.- Author:
- Kai Burjack
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonNewSample(float x, float y)Will be called whenever a new sample with the given coordinates(x, y)is generated.
-