Package jadex.bdiv3.examples.marsworld
Class SVector
- java.lang.Object
-
- jadex.bdiv3.examples.marsworld.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)
-