getClosetVertex method
- @Deprecated('Use getClosestVertex instead')
- Point point
Get closet vertex to the point
Implementation
@Deprecated('Use getClosestVertex instead')
Point getClosetVertex(Point point) => getClosestVertex(point);
Get closet vertex to the point
@Deprecated('Use getClosestVertex instead')
Point getClosetVertex(Point point) => getClosestVertex(point);