isEmpty method

bool isEmpty()

Returns true if the path is empty.

Implementation

bool isEmpty() {
  return _points.isEmpty;
}