Creates a 2D point at coordinates (x, y).
x
y
const LineSimplifyUtils(double x, double y) : _x = x, _y = y;