Class SKVector3

All Implemented Interfaces:
Iterable<SKVector3>

public class SKVector3
extends Struct<SKVector3>
  • Constructor Details

    • SKVector3

      public SKVector3()
    • SKVector3

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

    • getX

      public float getX()
    • setX

      public SKVector3 setX​(float x)
    • getY

      public float getY()
    • setY

      public SKVector3 setY​(float y)
    • getZ

      public float getZ()
    • setZ

      public SKVector3 setZ​(float z)
    • set

      public void set​(float x, float y, float z)