java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.importers.kgml.Vector2d

public class Vector2d
extends Object
Author:
Christian Klukas To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
  • Field Details

    • x

      public double x
    • y

      public double y
  • Constructor Details

    • Vector2d

      public Vector2d​(double a, double b)
    • Vector2d

      public Vector2d​(Point2D position)
      Parameters:
      position -
    • Vector2d

      public Vector2d​(Vector2d position)
  • Method Details