Search found 1 match

by arash
Mon Apr 17, 2017 11:55 pm
Forum: General Discussion
Topic: Z-Order Sort for 4 Polygons
Replies: 18
Views: 14344

Re: Z-Order Sort for 4 Polygons

@blockdot if the variable x is never exactly assigned the values (1.1, 1.3, 1.5) , it's be better to use the 'equal' function which uses a quantized epsilon approach to determining equality between the floating point values. For example 1.3 and 1.2999999999 (potential value of x) wont be considered...