Package org.robovm.apple.metalps
Class MPSPackedFloat3
- All Implemented Interfaces:
Iterable<MPSPackedFloat3>
public class MPSPackedFloat3 extends Struct<MPSPackedFloat3>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSPackedFloat3.MPSPackedFloat3PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MPSPackedFloat3()MPSPackedFloat3(float x, float y, float z) -
Method Summary
Modifier and Type Method Description floatgetX()floatgetY()floatgetZ()voidset(float x, float y, float z)MPSPackedFloat3setX(float x)MPSPackedFloat3setY(float y)MPSPackedFloat3setZ(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
-
MPSPackedFloat3
public MPSPackedFloat3() -
MPSPackedFloat3
public MPSPackedFloat3(float x, float y, float z)
-
-
Method Details
-
getX
public float getX() -
setX
-
getY
public float getY() -
setY
-
getZ
public float getZ() -
setZ
-
set
public void set(float x, float y, float z)
-