|
|||||||||
Atavism Version 2018.1 | AGIS API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatavism.server.util.Points
public class Points
this is a utility class for Point objects
Constructor Summary | |
---|---|
Points()
|
Method Summary | |
---|---|
static Point |
findAdjacent(Point point,
int radius)
|
static Point |
findNearby(Point point,
int radius)
|
static boolean |
isClose(Point p1,
Point p2,
int radius)
|
static Point |
offset(Point p,
int x,
int z)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Points()
Method Detail |
---|
public static Point findNearby(Point point, int radius)
public static Point findAdjacent(Point point, int radius)
public static boolean isClose(Point p1, Point p2, int radius)
public static Point offset(Point p, int x, int z)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |