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.VectorFloat4PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
VectorFloat4
public VectorFloat4() -
VectorFloat4
public VectorFloat4(float x, float y, float z, float w)
-
-
Method Details
-
getX
public float getX() -
setX
-
getY
public float getY() -
setY
-
getZ
public float getZ() -
setZ
-
getW
public float getW() -
setW
-
set
public void set(float x, float y, float z, float w)
-