Package org

Class Vector3d

java.lang.Object
org.Vector3d

public class Vector3d
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
    • z

      public double z
  • Constructor Details

    • Vector3d

      public Vector3d​(double a, double b, double c)
    • Vector3d

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

      public Vector3d​(Vector3d position)
  • Method Details