Package org.robovm.apple.scenekit
Class SCNVector3
- All Implemented Interfaces:
Iterable<SCNVector3>
public class SCNVector3 extends Struct<SCNVector3>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSCNVector3.SCNVector3Ptr -
Constructor Summary
Constructors Constructor Description SCNVector3()SCNVector3(float x, float y, float z) -
Method Summary
Modifier and Type Method Description booleanequalsTo(SCNVector3 b)floatgetX()floatgetY()floatgetZ()SCNVector3setX(float x)SCNVector3setY(float y)SCNVector3setZ(float z)static SCNVector3Zero()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
-
Constructor Details
-
SCNVector3
public SCNVector3() -
SCNVector3
public SCNVector3(float x, float y, float z)
-
-
Method Details