Package org.robovm.apple.foundation
Class VectorInt3
- All Implemented Interfaces:
Iterable<VectorInt3>
public class VectorInt3 extends Struct<VectorInt3>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorInt3.VectorInt3PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description VectorInt3()VectorInt3(int x, int y, int z) -
Method Summary
Modifier and Type Method Description intgetX()intgetY()intgetZ()voidset(int x, int y, int z)VectorInt3setX(int x)VectorInt3setY(int y)VectorInt3setZ(int 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
-
VectorInt3
public VectorInt3() -
VectorInt3
public VectorInt3(int x, int y, int z)
-
-
Method Details
-
getX
public int getX() -
setX
-
getY
public int getY() -
setY
-
getZ
public int getZ() -
setZ
-
set
public void set(int x, int y, int z)
-