Class GCAcceleration

All Implemented Interfaces:
Iterable<GCAcceleration>

public class GCAcceleration
extends Struct<GCAcceleration>
  • Constructor Details

    • GCAcceleration

      public GCAcceleration()
    • GCAcceleration

      public GCAcceleration​(double x, double y, double z)
  • Method Details

    • getX

      public double getX()
    • setX

      public GCAcceleration setX​(double x)
    • getY

      public double getY()
    • setY

      public GCAcceleration setY​(double y)
    • getZ

      public double getZ()
    • setZ

      public GCAcceleration setZ​(double z)