Class Vector4d


  • public class Vector4d
    extends java.lang.Object
    Author:
    Pierre Lando
    • Constructor Summary

      Constructors 
      Constructor Description
      Vector4d​(double x, double y, double z, double w)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] getData()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Vector4d

        public Vector4d​(double x,
                        double y,
                        double z,
                        double w)
    • Method Detail

      • getData

        public double[] getData()
      • toString

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