Class Vector


  • public class Vector
    extends java.lang.Object
    Representation of a (Geometric-) Vector
    • Constructor Summary

      Constructors 
      Constructor Description
      Vector​(double x, double y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Vector times​(double s)  
      • Methods inherited from class java.lang.Object

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

      • Vector

        public Vector​(double x,
                      double y)
    • Method Detail

      • times

        public Vector times​(double s)