klyn.math.geometry.Vector.Vector
constructor
public Vector(x as NUMBER, y as NUMBER):
Description

Creates a vector from its components.

Parameters
ParameterDescription
xHorizontal component.
yVertical component.
Example
v = Vector<Double>(3.0, 4.0)