Package org.robovm.apple.spritekit
Class SKVector3
public class SKVector3 extends Struct<SKVector3>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSKVector3.Vector3PtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
-
Method Summary
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
-
SKVector3
public SKVector3() -
SKVector3
public SKVector3(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)
-