public class FNVec3f
extends java.lang.Object
| Constructor and Description |
|---|
FNVec3f() |
FNVec3f(float x,
float y,
float z) |
| Modifier and Type | Method and Description |
|---|---|
FNVec3f |
add(@NotNull FNVec3f vec) |
FNVec3d |
convertDouble() |
FNVec3i |
convertInt() |
FNVec3f |
copy() |
FNVec3f |
degrees() |
double |
distance(@NotNull FNVec3f vec) |
boolean |
equals(java.lang.Object o) |
float |
getX() |
float |
getY() |
float |
getZ() |
int |
hashCode() |
FNVec3f |
radians() |
FNVec3f |
sub(@NotNull FNVec3f vec) |
FNVec4f |
toQuaternion() |
java.lang.String |
toString() |
public FNVec3f copy()
public float getX()
public float getY()
public float getZ()
public double distance(@NotNull
@NotNull FNVec3f vec)
public FNVec3f radians()
public FNVec3f degrees()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic FNVec3d convertDouble()
public FNVec3i convertInt()
public FNVec4f toQuaternion()