public class VectorInt16
extends java.lang.Object
| Constructor and Description |
|---|
VectorInt16() |
VectorInt16(short nx,
short ny,
short nz) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMagnitude() |
VectorInt16 |
getNormalized() |
VectorInt16 |
getRotated(Quaternion q) |
void |
normalize() |
void |
rotate(Quaternion q) |
public VectorInt16()
public VectorInt16(short nx,
short ny,
short nz)
public double getMagnitude()
public void normalize()
public VectorInt16 getNormalized()
public void rotate(Quaternion q)
public VectorInt16 getRotated(Quaternion q)