Package org.robovm.apple.foundation
Class VectorFloat4
- All Implemented Interfaces:
Iterable<VectorFloat4>
public class VectorFloat4 extends Struct<VectorFloat4>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorFloat4.VectorFloat4Ptr -
Constructor Summary
Constructors Constructor Description VectorFloat4()VectorFloat4(float x, float y, float z, float w) -
Method Summary
Modifier and Type Method Description floatgetW()floatgetX()floatgetY()floatgetZ()voidset(float x, float y, float z, float w)VectorFloat4setW(float y)VectorFloat4setX(float x)VectorFloat4setY(float y)VectorFloat4setZ(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
-
VectorFloat4
public VectorFloat4() -
VectorFloat4
public VectorFloat4(float x, float y, float z, float w)
-
-
Method Details