Class Vec

  • Direct Known Subclasses:
    VecAlTree

    public class Vec
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Vec​(int d)  
      Vec​(java.lang.Double d)  
      Vec​(java.lang.Double... comps)  
      Vec​(Point3D p)  
      Vec​(Vec... comps)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double get​(int i)  
      int getDims()  
      double norme()  
      int size()  
      java.lang.String toString()  
      java.lang.Double values​(int i)  
      • Methods inherited from class java.lang.Object

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

      • Vec

        public Vec​(java.lang.Double d)
      • Vec

        public Vec​(int d)
      • Vec

        public Vec​(java.lang.Double... comps)
      • Vec

        public Vec​(Vec... comps)
    • Method Detail

      • get

        public double get​(int i)
      • getDims

        public int getDims()
      • toString

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

        public double norme()
      • values

        public java.lang.Double values​(int i)
      • size

        public int size()