Class Vector
- java.lang.Object
-
- ch.unibas.informatik.jturtle.common.Vector
-
public class Vector extends java.lang.ObjectRepresentation 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 Vectortimes(double s)
-
-
-
Method Detail
-
times
public Vector times(double s)
-
-