Package org.robovm.apple.foundation
Class VectorDouble4
- All Implemented Interfaces:
Iterable<VectorDouble4>
public class VectorDouble4 extends Struct<VectorDouble4>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVectorDouble4.VectorDouble4PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description VectorDouble4()VectorDouble4(double x, double y, double z, double w) -
Method Summary
Modifier and Type Method Description doublegetW()doublegetX()doublegetY()doublegetZ()voidset(double x, double y, double z, double w)VectorDouble4setW(double y)VectorDouble4setX(double x)VectorDouble4setY(double y)VectorDouble4setZ(double 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
-
VectorDouble4
public VectorDouble4() -
VectorDouble4
public VectorDouble4(double x, double y, double z, double w)
-
-
Method Details
-
getX
public double getX() -
setX
-
getY
public double getY() -
setY
-
getZ
public double getZ() -
setZ
-
getW
public double getW() -
setW
-
set
public void set(double x, double y, double z, double w)
-