empty static method

Point empty()
override

create Point Empty

Implementation

static Point empty() {
  return Point({});
}