Class CMRotationRate

All Implemented Interfaces:
Iterable<CMRotationRate>

public class CMRotationRate
extends Struct<CMRotationRate>
  • Constructor Details

    • CMRotationRate

      public CMRotationRate()
    • CMRotationRate

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

    • getX

      public double getX()
    • setX

      public CMRotationRate setX​(double x)
    • getY

      public double getY()
    • setY

      public CMRotationRate setY​(double y)
    • getZ

      public double getZ()
    • setZ

      public CMRotationRate setZ​(double z)