mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-09-10 15:35:40 +02:00
Newline at end of file
This commit is contained in:
@@ -460,4 +460,4 @@ double Random(double (*fun)(double), double xmin = 0, double xmax = 1)
|
|||||||
|
|
||||||
// Returns if valid and try again if not valid
|
// Returns if valid and try again if not valid
|
||||||
return Y < fun(X) ? X : Random(Fun, xmin, xmax);
|
return Y < fun(X) ? X : Random(Fun, xmin, xmax);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user