public class FNVec4f
extends java.lang.Object
| Constructor and Description |
|---|
FNVec4f() |
FNVec4f(float x,
float y,
float z,
float w) |
| Modifier and Type | Method and Description |
|---|---|
FNVec4f |
add(FNVec4f vec) |
FNVec4d |
convertDouble() |
FNVec4i |
convertInt() |
FNVec4f |
copy() |
double |
distance(FNVec4f vec) |
boolean |
equals(java.lang.Object o) |
float |
getW() |
float |
getX() |
float |
getY() |
float |
getZ() |
int |
hashCode() |
FNVec4f |
sub(FNVec4f vec) |
FNVec3f |
toEulerAngle() |
java.lang.String |
toString() |
public FNVec4f()
public FNVec4f(float x,
float y,
float z,
float w)
public FNVec4f copy()
public float getX()
public float getY()
public float getZ()
public float getW()
public double distance(FNVec4f vec)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic FNVec4i convertInt()
public FNVec4d convertDouble()
public FNVec3f toEulerAngle()