Package org.robovm.apple.foundation
Class VectorShort3
- All Implemented Interfaces:
Iterable<VectorShort3>
public class VectorShort3 extends Struct<VectorShort3>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorShort3.VectorShort3PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description VectorShort3()VectorShort3(short x, short y, short z) -
Method Summary
Modifier and Type Method Description shortgetX()shortgetY()shortgetZ()voidset(short x, short y, short z)VectorShort3setX(short x)VectorShort3setY(short y)VectorShort3setZ(short z)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
VectorShort3
public VectorShort3() -
VectorShort3
public VectorShort3(short x, short y, short z)
-
-
Method Details
-
getX
public short getX() -
setX
-
getY
public short getY() -
setY
-
getZ
public short getZ() -
setZ
-
set
public void set(short x, short y, short z)
-