public class BlockWorldVector2D extends WorldVector2D
world| Constructor and Description |
|---|
BlockWorldVector2D(LocalWorld world) |
BlockWorldVector2D(LocalWorld world,
double x,
double z) |
BlockWorldVector2D(LocalWorld world,
float x,
float z) |
BlockWorldVector2D(LocalWorld world,
int x,
int z) |
BlockWorldVector2D(LocalWorld world,
Vector2D pt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks if another object is equivalent.
|
getWorld, hashCodeadd, add, add, add, ceil, containedWithin, containedWithinBlock, distance, distanceSq, divide, divide, divide, divide, divide, divide, dot, floor, getBlockX, getBlockZ, getMaximum, getMinimum, getX, getZ, isCollinearWith, length, lengthSq, multiply, multiply, multiply, multiply, multiply, multiply, multiply, normalize, positive, round, setX, setX, setZ, setZ, subtract, subtract, subtract, subtract, toBlockVector2D, toString, toVector, toVector, transform2Dpublic BlockWorldVector2D(LocalWorld world, double x, double z)
public BlockWorldVector2D(LocalWorld world, float x, float z)
public BlockWorldVector2D(LocalWorld world, int x, int z)
public BlockWorldVector2D(LocalWorld world, Vector2D pt)
public BlockWorldVector2D(LocalWorld world)
public boolean equals(Object obj)
equals in class WorldVector2Dobj - Copyright © 2010-2014. All Rights Reserved.