Point ctSelectPoint(uint condition, Point a, Point b)
Constant-time point selection.
Returns a if condition is 0, or b if condition is non-zero.
a
condition
b