Short3public class Short3 extends Object
Fields Summary |
---|
public short | x | public short | y | public short | z |
Constructors Summary |
---|
public Short3() throw new RuntimeException("Stub!");
| public Short3(short x, short y, short z) throw new RuntimeException("Stub!");
|
|