public class Vector4f
extends java.lang.Object
Constructor and Description |
---|
Vector4f() |
Vector4f(float x,
float y,
float z,
float w) |
Vector4f(Vector4f vec) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
void |
func_195908_a(Matrix4f matrix) |
void |
func_195912_a(Quaternion quaternionIn) |
float |
getW() |
float |
getX() |
float |
getY() |
float |
getZ() |
int |
hashCode() |
void |
scale(Vector3f vec) |
void |
set(float x,
float y,
float z,
float w) |
public Vector4f(Vector4f vec)
public Vector4f()
public Vector4f(float x, float y, float z, float w)
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public float getX()
public float getY()
public float getZ()
public float getW()
public void scale(Vector3f vec)
public void set(float x, float y, float z, float w)
public void func_195908_a(Matrix4f matrix)
public void func_195912_a(Quaternion quaternionIn)