Class Point2d

java.lang.Object
com.banuba.sdk.types.Point2d

public final class Point2d
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Point2d​(float x, float y)  
  • Method Summary

    Modifier and Type Method Description
    float getX()  
    float getY()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Point2d

      public Point2d​(float x, float y)
  • Method Details

    • getX

      public float getX()
    • getY

      public float getY()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object