Package | Description |
---|---|
fr.aumgn.bukkitutils.command.arg.basic | |
fr.aumgn.bukkitutils.geom | |
fr.aumgn.bukkitutils.geom.vector |
Modifier and Type | Method and Description |
---|---|
protected Vector2D |
Vector2DArg.defaultFor(CommandSender sender) |
Vector2D |
Vector2DArg.value() |
Modifier and Type | Method and Description |
---|---|
Vector2D |
Vector2D.add(double i) |
Vector2D |
Vector2D.add(double ox,
double oz) |
Vector2D |
Vector2D.add(Vector2D other) |
Vector2D |
Vector2D.addX(double ox) |
Vector2D |
Vector2D.addZ(double oz) |
Vector2D |
Vector2D.divide(double i) |
Vector2D |
Vector2D.divide(double ox,
double oz) |
Vector2D |
Vector2D.divide(Vector2D other) |
Vector2D |
Vector2D.getMiddle(Vector2D other) |
Vector2D |
Direction.getVector2D() |
Vector2D |
Vector2D.multiply(double i) |
Vector2D |
Vector2D.multiply(double ox,
double oz) |
Vector2D |
Vector2D.multiply(Vector2D other) |
Vector2D |
Vector2D.normalize() |
Vector2D |
Vector2D.positive() |
Vector2D |
Vector2D.rotate90() |
Vector2D |
Vector2D.setX(double x) |
Vector2D |
Vector2D.setZ(double z) |
Vector2D |
Vector2D.subtract(double i) |
Vector2D |
Vector2D.subtract(double ox,
double oz) |
Vector2D |
Vector2D.subtract(Vector2D other) |
Vector2D |
Vector2D.subtractX(double ox) |
Vector2D |
Vector2D.subtractZ(double oz) |
Vector2D |
Vector.to2D() |
Modifier and Type | Method and Description |
---|---|
Iterator<Vector2D> |
Vector2D.iterator() |
Iterable<Vector2D> |
Vector2D.rectangle(Vector2D max) |
Modifier and Type | Method and Description |
---|---|
Vector2D |
Vector2D.add(Vector2D other) |
double |
Vector2D.distance(Vector2D other) |
double |
Vector2D.distanceSq(Vector2D other) |
Vector2D |
Vector2D.divide(Vector2D other) |
Vector2D |
Vector2D.getMiddle(Vector2D other) |
boolean |
Vector2D.isInside(Vector2D min,
Vector2D max) |
Vector2D |
Vector2D.multiply(Vector2D other) |
Iterable<Vector2D> |
Vector2D.rectangle(Vector2D max) |
Vector2D |
Vector2D.subtract(Vector2D other) |
Location |
Vector.toLocation(World world,
Vector2D direction) |
Direction |
Vector2D.towards(Vector2D to) |
Modifier and Type | Method and Description |
---|---|
Vector2D |
Vector2DIterator.next() |
Constructor and Description |
---|
Vector2DIterator(Vector2D min,
Vector2D max) |
Copyright © 2012. All Rights Reserved.