Interface IEnvelopeConverter<T>


public interface IEnvelopeConverter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    double
    getMax(int axis, T t)
     
    double
    getMin(int axis, T t)
     
  • Method Details

    • getDimensions

      int getDimensions()
    • getMin

      double getMin(int axis, T t)
    • getMax

      double getMax(int axis, T t)