Package | Description |
---|---|
fr.aumgn.bukkitutils.command.arg.basic | |
fr.aumgn.bukkitutils.geom | |
fr.aumgn.bukkitutils.geom.vector |
Modifier and Type | Method and Description |
---|---|
protected Vector |
VectorArg.defaultFor(CommandSender sender) |
Vector |
VectorArg.value() |
Modifier and Type | Method and Description |
---|---|
Vector |
Vector.add(double i) |
Vector |
Vector.add(double ox,
double oy,
double oz) |
Vector |
Vector.add(Vector other) |
Vector |
Vector.addX(double ox) |
Vector |
Vector.addY(double oy) |
Vector |
Vector.addZ(double oz) |
Vector |
Vector.divide(double i) |
Vector |
Vector.divide(double ox,
double oy,
double oz) |
Vector |
Vector.divide(Vector other) |
Vector |
Position.getCoord() |
Vector |
Vector.getMiddle(Vector other) |
Vector |
Direction.getVector() |
Vector |
Vector.multiply(double i) |
Vector |
Vector.multiply(double ox,
double oy,
double oz) |
Vector |
Vector.multiply(Vector other) |
Vector |
Vector.normalize() |
Vector |
Vector.positive() |
Vector |
Vector.setX(double x) |
Vector |
Vector.setY(double y) |
Vector |
Vector.setZ(double z) |
Vector |
Vector.subtract(double i) |
Vector |
Vector.subtract(double ox,
double oy,
double oz) |
Vector |
Vector.subtract(Vector other) |
Vector |
Vector.subtractX(double ox) |
Vector |
Vector.subtractY(double oy) |
Vector |
Vector.subtractZ(double oz) |
Vector |
Vector2D.to3D() |
Vector |
Vector2D.to3D(double y) |
Vector |
Vector2D.toHighest(World world) |
Modifier and Type | Method and Description |
---|---|
Iterator<Vector> |
Vector.iterator() |
Iterable<Vector> |
Vector.rectangle(Vector max) |
Modifier and Type | Method and Description |
---|---|
Vector |
Vector.add(Vector other) |
double |
Vector.distance(Vector other) |
double |
Vector.distanceSq(Vector other) |
Vector |
Vector.divide(Vector other) |
Vector |
Vector.getMiddle(Vector other) |
boolean |
Vector.isInside(Vector min,
Vector max) |
Vector |
Vector.multiply(Vector other) |
Iterable<Vector> |
Vector.rectangle(Vector max) |
Vector |
Vector.subtract(Vector other) |
Direction |
Vector.towards(Vector to) |
Modifier and Type | Method and Description |
---|---|
Vector |
VectorIterator.next() |
Constructor and Description |
---|
VectorIterator(Vector min,
Vector max) |
Copyright © 2012. All Rights Reserved.