getClosetVertex method

  1. @Deprecated('Use getClosestVertex instead')
Point getClosetVertex(
  1. Point point
)

Get closet vertex to the point

Implementation

@Deprecated('Use getClosestVertex instead')
Point getClosetVertex(Point point) => getClosestVertex(point);