Package org.robovm.apple.foundation
Class VectorShort4
- All Implemented Interfaces:
Iterable<VectorShort4>
public class VectorShort4 extends Struct<VectorShort4>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorShort4.VectorShort4PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description VectorShort4()VectorShort4(short x, short y, short z, short w) -
Method Summary
Modifier and Type Method Description shortgetW()shortgetX()shortgetY()shortgetZ()voidset(short x, short y, short z, short w)VectorShort4setW(short w)VectorShort4setX(short x)VectorShort4setY(short y)VectorShort4setZ(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
-
VectorShort4
public VectorShort4() -
VectorShort4
public VectorShort4(short x, short y, short z, short w)
-
-
Method Details
-
getX
public short getX() -
setX
-
getY
public short getY() -
setY
-
getZ
public short getZ() -
setZ
-
getW
public short getW() -
setW
-
set
public void set(short x, short y, short z, short w)
-