Package org.robovm.apple.foundation
Class VectorFloat2
- All Implemented Interfaces:
Iterable<VectorFloat2>
public class VectorFloat2 extends Struct<VectorFloat2>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorFloat2.VectorFloat2Ptr -
Constructor Summary
Constructors Constructor Description VectorFloat2()VectorFloat2(float x, float y) -
Method Summary
Modifier and Type Method Description floatgetX()floatgetY()voidset(float x, float y)VectorFloat2setX(float x)VectorFloat2setY(float 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
-
VectorFloat2
public VectorFloat2() -
VectorFloat2
public VectorFloat2(float x, float y)
-
-
Method Details