public class Vector3f
extends java.lang.Object
Constructor and Description |
---|
Vector3f(float x,
float y,
float z) |
Modifier and Type | Method and Description |
---|---|
Vector3d |
asDouble() |
float |
getX() |
float |
getY() |
float |
getZ() |
java.lang.String |
toString() |
public float getX()
public float getY()
public float getZ()
public java.lang.String toString()
toString
in class java.lang.Object
public Vector3d asDouble()