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.SCNVector4Ptr -
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, wrap