Uses of Class
org.vrspace.server.obj.Point
-
Packages that use Point Package Description org.vrspace.server.config org.vrspace.server.core org.vrspace.server.obj -
-
Uses of Point in org.vrspace.server.config
Methods in org.vrspace.server.config that return Point Modifier and Type Method Description PointBotConfig.BotProperties. getPoint(List<Double> coord) -
Uses of Point in org.vrspace.server.core
Methods in org.vrspace.server.core that return types with arguments of type Point Modifier and Type Method Description Set<Point>VRObjectRepository. getPoints(double x1, double y1, double z1, double x2, double y2, double z2)default Set<Point>VRObjectRepository. getPoints(Point from, Point to)Methods in org.vrspace.server.core with parameters of type Point Modifier and Type Method Description default Set<Point>VRObjectRepository. getPoints(Point from, Point to)default Set<VRObject>VRObjectRepository. getRange(Long worldId, Point from, Point to)Set<VRObject>WorldManager. getRange(Client client, Point from, Point to) -
Uses of Point in org.vrspace.server.obj
Methods in org.vrspace.server.obj that return Point Modifier and Type Method Description PointPoint. copy(Point p)PointPoint. minus(double val)PointPoint. plus(double val)Methods in org.vrspace.server.obj with parameters of type Point Modifier and Type Method Description PointPoint. copy(Point p)booleanPoint. isEqual(Point p)Utility method, confirms that coordinates of this point match the coordinates of the other point.booleanPoint. isInRange(Point p, double range)Constructors in org.vrspace.server.obj with parameters of type Point Constructor Description Point(Point position)TerrainPoint(Terrain t, Long index, Point point)
-