public class Vector3
extends java.lang.Object
| Constructor and Description | 
|---|
| Vector3(float x,
       float y,
       float z) | 
| Modifier and Type | Method and Description | 
|---|---|
| float | getX() | 
| float | getY() | 
| float | getZ() | 
| float | length(Vector3 otherVector) | 
| float | lengthSquared(Vector3 otherVector) |