Class AngularVelocityVector

java.lang.Object
edu.nps.moves.dis7.pdus.AngularVelocityVector
All Implemented Interfaces:
Serializable

public class AngularVelocityVector extends Object implements Serializable
Angular velocity measured in radians per second out each of the entity's own coordinate axes. Order of measurement is angular velocity around the x, y, and z axis of the entity. The positive direction is determined by the right hand rule. Section 6.2.7 IEEE Std 1278.1-2012, IEEE Standard for Distributed Interactive Simulation - Application Protocols
See Also:
Serialized Form
  • Field Details

    • x

      protected float x
      velocity about the x axis
    • y

      protected float y
      velocity about the y axis
    • z

      protected float z
      velocity about the zaxis
  • Constructor Details

    • AngularVelocityVector

      public AngularVelocityVector()
      Constructor creates and configures a new instance object
  • Method Details