LineSimplifyUtils constructor

const LineSimplifyUtils(
  1. double x,
  2. double y
)

Creates a 2D point at coordinates (x, y).

Implementation

const LineSimplifyUtils(double x, double y) : _x = x, _y = y;