Class SVector


  • public class SVector
    extends java.lang.Object
    Helper class to deal with 2D and 3D vectors.
    • Constructor Summary

      Constructors 
      Constructor Description
      SVector()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double getDistance​(java.lang.Object v1, java.lang.Object v2)  
      • Methods inherited from class java.lang.Object

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

      • SVector

        public SVector()
    • Method Detail

      • getDistance

        public static double getDistance​(java.lang.Object v1,
                                         java.lang.Object v2)