Package org.robovm.apple.foundation
Class VectorShort4
- All Implemented Interfaces:
Iterable<VectorShort4>
public class VectorShort4 extends Struct<VectorShort4>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorShort4.VectorShort4Ptr -
Constructor Summary
Constructors Constructor Description VectorShort4()VectorShort4(short x, short y, short z, short w) -
Method Summary
Modifier and Type Method Description shortgetW()shortgetX()shortgetY()shortgetZ()voidset(short x, short y, short z, short w)VectorShort4setW(short w)VectorShort4setX(short x)VectorShort4setY(short y)VectorShort4setZ(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
-
VectorShort4
public VectorShort4() -
VectorShort4
public VectorShort4(short x, short y, short z, short w)
-
-
Method Details