Class Vector2D
java.lang.Object
zombie.iso.worldgen.utils.triangulation.Vector2D
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
Vector2D
public Vector2D(double double0, double double1)
-
-
Method Details
-
sub
-
add
-
mult
-
mag
public double mag() -
magSqrt
public double magSqrt() -
dot
-
cross
-
toString
-