https://github.com/incetarik/quadtree
Point-QuadTree implementation in Java with a frame
https://github.com/incetarik/quadtree
Last synced: 7 months ago
JSON representation
Point-QuadTree implementation in Java with a frame
- Host: GitHub
- URL: https://github.com/incetarik/quadtree
- Owner: incetarik
- Created: 2017-04-12T19:58:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T20:08:23.000Z (over 8 years ago)
- Last Synced: 2025-01-26T13:32:21.160Z (9 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Point-QuadTree
Point-QuadTree Türkçe derlemesidir. Kod içerisinde Türkçe yorumlar ve fonksiyon isimleri bulunmaktadır.
Java Sınıfları:
- Ekran: Projeyi ilerletme durumunda kolaylık sağlaması için temel ekran sınıfı. Asıl sınıf olan **NoktaAgacEkrani** bunu genişletmektedir.
- Nokta: Boyutlanabilir, ekran üstünde tıklanınca oluşan nokta sınıfı.
- NoktaAgacEkrani: Uygulamanın başlatıcı fonksiyonunu içeren ve çalışma esnasında kullanılan ekran sınıfı.
- PointQuadtree: Point-QuadTree algoritmalarının ve yine bu nesne ile alakalı fonksiyonları içeren sınıf.--------
Point-QuadTree implementation in Java with a frame. The code contains Turkish comments and function names.
- Ekran (Frame): The base class of the frames of the application. The main class **NoktaAgacEkrani** (PointTree Frame) extends this.
- Nokta (Dot): Resizable, the class of the point that created after clicked to the frame.
- NoktaAgacEkrani (PointTree Frame): The frame class is used at runtime and contains starter function inside.
- PointQuadtree: The class contains related functions and algorithms of Point-QuadTree