java.lang.Object
com.stuypulse.stuylib.streams.vectors.filters.XYFilter
All Implemented Interfaces:
VFilter
Direct Known Subclasses:
VDerivative, VHighPassFilter, VLowPassFilter, VTimedMovingAverage

public class XYFilter extends Object implements VFilter
A filter that applies separate IFilters to the x and y component of a VFilter
  • Constructor Details

  • Method Details

    • get

      public Vector2D get(Vector2D next)
      Description copied from interface: VFilter
      Get next value in Filter based on the next value given
      Specified by:
      get in interface VFilter
      Parameters:
      next - next input value in the stream
      Returns:
      the output value of the filter