Class Vector2D

  • All Implemented Interfaces:
    Publishable

    @Immutable
    public final class Vector2D
    extends java.lang.Object
    implements Publishable
    A type publishable to a NetworkPublisher that consists of two numbers. JavaCV opencv_core.Points and opencv_core.Sizes are converted into this.
    • Constructor Summary

      Constructors 
      Constructor Description
      Vector2D​(org.bytedeco.javacpp.opencv_core.Point point)  
      Vector2D​(org.bytedeco.javacpp.opencv_core.Size size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getX()  
      double getY()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Vector2D

        public Vector2D​(org.bytedeco.javacpp.opencv_core.Point point)
      • Vector2D

        public Vector2D​(org.bytedeco.javacpp.opencv_core.Size size)
    • Method Detail

      • getX

        public double getX()
      • getY

        public double getY()