Package org.robovm.apple.foundation
Class VectorInt2
- All Implemented Interfaces:
Iterable<VectorInt2>
public class VectorInt2 extends Struct<VectorInt2>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorInt2.VectorInt2Ptr -
Constructor Summary
Constructors Constructor Description VectorInt2()VectorInt2(int x, int y) -
Method Summary
Modifier and Type Method Description intgetX()intgetY()voidset(int x, int y)VectorInt2setX(int x)VectorInt2setY(int 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
-
VectorInt2
public VectorInt2() -
VectorInt2
public VectorInt2(int x, int y)
-
-
Method Details