Exemplo n.º 1
0
Point2f MLTSampler::Get2D() { return Point2f(Get1D(), Get1D()); }
Exemplo n.º 2
0
Point2f MLTSampler::Get2D() { return {Get1D(), Get1D()}; }