Skip to content

Commit 03d7139

Browse files
author
Bytekeeper
committed
Updated readme
1 parent b4e6778 commit 03d7139

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the maven repo:
4343
And the dependency:
4444

4545
dependencies {
46-
implementation 'com.github.Bytekeeper:ass:master-SNAPSHOT'
46+
implementation 'com.github.Bytekeeper:ass:1.0'
4747
}
4848

4949

@@ -63,7 +63,7 @@ And the dependency:
6363
<dependency>
6464
<groupId>com.github.Bytekeeper</groupId>
6565
<artifactId>ass</artifactId>
66-
<version>master-SNAPSHOT</version>
66+
<version>1.0</version>
6767
</dependency>
6868

6969
### JAR file
@@ -142,8 +142,11 @@ A DBScan based clustering algorithm.
142142
* Iterative: Instead of assigning all units to clusters at once, do it iteratively. Once done,
143143
the clustering restarts and the previous result can be accessed.
144144

145-
### UnitFinder
146-
A simple utility class to make queries for units within a radius/square at some position.
145+
### PositionQueries
146+
A utility class to make 2D-position based queries:
147+
* radius queries
148+
* area queries
149+
* nearest queries
147150

148151
### Jump Path Search
149152
An implementation of the algorithm described here: https://zerowidth.com/2013/05/05/jump-point-search-explained.html

0 commit comments

Comments
 (0)