A B C D E F G H I K L M N O P Q R S T U V W X Y

V

Vector2D - Class in math.geom2d
Define a vector in 2 Dimensions.
Vector2D() - Constructor for class math.geom2d.Vector2D
construct a new Vectors initialized with dx=1 and dy=0.
Vector2D(Point2D) - Constructor for class math.geom2d.Vector2D
construct a new vector between origin and the point.
Vector2D(Point2D, Point2D) - Constructor for class math.geom2d.Vector2D
construct a new vector between two points
Vector2D(double, double) - Constructor for class math.geom2d.Vector2D
constructor with given position.

A B C D E F G H I K L M N O P Q R S T U V W X Y