ctSelectPoint

private fnPoint ctSelectPoint(uint condition, Point a, Point b) pure nothrow @safe

Constant-time point selection.

Returns a if condition is 0, or b if condition is non-zero.