Package org.robovm.apple.scenekit
Class SCNVector4
- All Implemented Interfaces:
Iterable<SCNVector4>
public class SCNVector4 extends Struct<SCNVector4>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCNVector4.SCNVector4PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description SCNVector4()SCNVector4(float x, float y, float z, float w) -
Method Summary
Modifier and Type Method Description booleanequalsTo(SCNVector4 b)floatgetW()floatgetX()floatgetY()floatgetZ()SCNVector4setW(float w)SCNVector4setX(float x)SCNVector4setY(float y)SCNVector4setZ(float z)static SCNVector4Zero()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
-
SCNVector4
public SCNVector4() -
SCNVector4
public SCNVector4(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
-
Zero
-
equalsTo
-