Class SCNVector4

All Implemented Interfaces:
Iterable<SCNVector4>

public class SCNVector4
extends Struct<SCNVector4>
  • Constructor Details

    • SCNVector4

      public SCNVector4()
    • SCNVector4

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

    • getX

      public float getX()
    • setX

      public SCNVector4 setX​(float x)
    • getY

      public float getY()
    • setY

      public SCNVector4 setY​(float y)
    • getZ

      public float getZ()
    • setZ

      public SCNVector4 setZ​(float z)
    • getW

      public float getW()
    • setW

      public SCNVector4 setW​(float w)
    • Zero

      public static SCNVector4 Zero()
    • equalsTo

      public boolean equalsTo​(SCNVector4 b)