Interface WheelPositions<T extends WheelPositions<T>>

All Superinterfaces:
Interpolatable<T>
All Known Implementing Classes:
DifferentialDriveWheelPositions, MecanumDriveWheelPositions, SwerveDriveWheelPositions

public interface WheelPositions<T extends WheelPositions<T>>
extends Interpolatable<T>
  • Method Summary

    Modifier and Type Method Description
    T copy()
    Returns a copy of this instance.

    Methods inherited from interface edu.wpi.first.math.interpolation.Interpolatable

    interpolate
  • Method Details

    • copy

      T copy()
      Returns a copy of this instance.
      Returns:
      A copy.