Package org.robovm.apple.foundation
Class VectorShort3
- All Implemented Interfaces:
Iterable<VectorShort3>
public class VectorShort3 extends Struct<VectorShort3>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorShort3.VectorShort3Ptr -
Constructor Summary
Constructors Constructor Description VectorShort3()VectorShort3(short x, short y, short z) -
Method Summary
Modifier and Type Method Description shortgetX()shortgetY()shortgetZ()voidset(short x, short y, short z)VectorShort3setX(short x)VectorShort3setY(short y)VectorShort3setZ(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, wrap
-
Constructor Details
-
VectorShort3
public VectorShort3() -
VectorShort3
public VectorShort3(short x, short y, short z)
-
-
Method Details