Class AngularVelocity3d

java.lang.Object
limelight.networktables.AngularVelocity3d

public class AngularVelocity3d extends Object
Angular velocity 3d helper class.
  • Field Details

  • Constructor Details

    • AngularVelocity3d

      public AngularVelocity3d(AngularVelocity x, AngularVelocity y, AngularVelocity z)
      Construct a 3d Angular Velocity.
      Parameters:
      x - Roll; Angular velocity about the X-axis.
      y - Pitch; Angular velocity about the Y-axis.
      z - Yaw; Angular velocity about the Z-axis.