LineSimplifyUtils constructor

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

Creates a 2D point at coordinates (x, y). Audited: 2026-06-12 11:26 EDT

Implementation

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