Class DoubleCouple

java.lang.Object
org.photonvision.common.util.numbers.NumberCouple<Double>
org.photonvision.common.util.numbers.DoubleCouple

public class DoubleCouple extends NumberCouple<Double>
  • Constructor Details

    • DoubleCouple

      public DoubleCouple()
    • DoubleCouple

      public DoubleCouple(Number first, Number second)
    • DoubleCouple

      public DoubleCouple(Double first, Double second)
    • DoubleCouple

      public DoubleCouple(org.opencv.core.Point point)
  • Method Details

    • toPoint

      public org.opencv.core.Point toPoint()
    • fromPoint

      public void fromPoint(org.opencv.core.Point point)