Package com.hypixel.hytale.math.vector
Class Vector4d
java.lang.Object
com.hypixel.hytale.math.vector.Vector4d
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intdoubledoubledoubledouble -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassign(double x, double y, double z, double w) doubleget(int component) booleanstatic Vector4dnewDirection(double x, double y, double z) static Vector4dnewPosition(double x, double y, double z) static Vector4dvoidtoString()
-
Field Details
-
COMPONENT_X
public static final int COMPONENT_X- See Also:
-
COMPONENT_Y
public static final int COMPONENT_Y- See Also:
-
COMPONENT_Z
public static final int COMPONENT_Z- See Also:
-
COMPONENT_W
public static final int COMPONENT_W- See Also:
-
x
public double x -
y
public double y -
z
public double z -
w
public double w
-
-
Constructor Details
-
Vector4d
public Vector4d() -
Vector4d
public Vector4d(double x, double y, double z, double w)
-
-
Method Details