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.VectorShort2Ptr -
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, wrap
-
Constructor Details
-
VectorShort2
public VectorShort2() -
VectorShort2
public VectorShort2(short x, short y)
-
-
Method Details