File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Add the maven repo:
43
43
And the dependency:
44
44
45
45
dependencies {
46
- implementation 'com.github.Bytekeeper:ass:master-SNAPSHOT '
46
+ implementation 'com.github.Bytekeeper:ass:1.0 '
47
47
}
48
48
49
49
@@ -63,7 +63,7 @@ And the dependency:
63
63
<dependency>
64
64
<groupId>com.github.Bytekeeper</groupId>
65
65
<artifactId>ass</artifactId>
66
- <version>master-SNAPSHOT </version>
66
+ <version>1.0 </version>
67
67
</dependency>
68
68
69
69
### JAR file
@@ -142,8 +142,11 @@ A DBScan based clustering algorithm.
142
142
* Iterative: Instead of assigning all units to clusters at once, do it iteratively. Once done,
143
143
the clustering restarts and the previous result can be accessed.
144
144
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
147
150
148
151
### Jump Path Search
149
152
An implementation of the algorithm described here: https://zerowidth.com/2013/05/05/jump-point-search-explained.html
You can’t perform that action at this time.
0 commit comments