Class SCNVector3

All Implemented Interfaces:
Iterable<SCNVector3>

public class SCNVector3
extends Struct<SCNVector3>
  • Constructor Details

    • SCNVector3

      public SCNVector3()
    • SCNVector3

      public SCNVector3​(float x, float y, float z)
  • Method Details

    • getX

      public float getX()
    • setX

      public SCNVector3 setX​(float x)
    • getY

      public float getY()
    • setY

      public SCNVector3 setY​(float y)
    • getZ

      public float getZ()
    • setZ

      public SCNVector3 setZ​(float z)
    • Zero

      public static SCNVector3 Zero()
    • equalsTo

      public boolean equalsTo​(SCNVector3 b)