Package org

Class Vector2df

java.lang.Object
org.Vector2df

public class Vector2df
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 float x
    • y

      public float y
  • Constructor Details

    • Vector2df

      public Vector2df​(float a, float b)
    • Vector2df

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

      public Vector2df​(Vector2df position)
    • Vector2df

      public Vector2df​(Vector2d position)
  • Method Details