Package org.robovm.apple.foundation
Class VectorShort2
- All Implemented Interfaces:
Iterable<VectorShort2>
public class VectorShort2 extends Struct<VectorShort2>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorShort2.VectorShort2PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description VectorShort2()VectorShort2(short x, short y) -
Method Summary
Modifier and Type Method Description shortgetX()shortgetY()voidset(short x, short y)VectorShort2setX(short x)VectorShort2setY(short y)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
-
VectorShort2
public VectorShort2() -
VectorShort2
public VectorShort2(short x, short y)
-
-
Method Details
-
getX
public short getX() -
setX
-
getY
public short getY() -
setY
-
set
public void set(short x, short y)
-