Skip to content

A JavaFX application to construct a simple polygon from a set of points

Notifications You must be signed in to change notification settings

kirans08/simple-polygon

Repository files navigation

SIMPLE POLYGON

A JavaFX application to construct a simple polygon from a given set of points.

Input

Input Points can be provided via GUI

Polygon Construction

  • The list of points are sorted based on their angle with a reference point.
  • The point with the lowest Y coordinate is used as reference
  • The polygon is constructed by joining the list of sorted points.

About

A JavaFX application to construct a simple polygon from a set of points

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages